commit | fadd5ab818f837a711ed082071f857a0046cdf89 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 05 14:39:56 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Mar 15 16:14:01 2013 -0400 |
tree | 7255891ccc6d42d9e7123440f9270726fae2a7bf | |
parent | 2e4622d673cc42d23d279e390d3431975592dff2 [diff] |
tegra: Enable generic board for Tegra Bravely enable CONFIG_SYS_GENERIC_BOARD for all Tegra boards. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 4a656bb..88acccf 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_ */