From: Simon Glass Date: Tue, 5 Mar 2013 14:39:56 +0000 (+0000) Subject: tegra: Enable generic board for Tegra X-Git-Tag: v2013.04-rc2~34 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dd7f65f664aab48e1c6aaf927ba3fc8dd2ce61aa;p=u-boot tegra: Enable generic board for Tegra Bravely enable CONFIG_SYS_GENERIC_BOARD for all Tegra boards. Signed-off-by: Simon Glass --- diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 4a656bb51b..88acccf56d 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -157,4 +157,6 @@ #define CONFIG_SPL_SERIAL_SUPPORT #define CONFIG_SPL_GPIO_SUPPORT +#define CONFIG_SYS_GENERIC_BOARD + #endif /* _TEGRA_COMMON_H_ */