diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-06-23 11:15:16 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-07-05 09:32:59 +0200 |
commit | 7285c09560b24c43ea6cd9ca30264b18e5b69af1 (patch) | |
tree | 20dc5b89fde803e8783e6f1f99be60adc7151a6e /include | |
parent | 2460e17593051933bc1ee5dbe2f74100221b0ecb (diff) | |
download | u-boot-imx-7285c09560b24c43ea6cd9ca30264b18e5b69af1.zip u-boot-imx-7285c09560b24c43ea6cd9ca30264b18e5b69af1.tar.gz u-boot-imx-7285c09560b24c43ea6cd9ca30264b18e5b69af1.tar.bz2 |
integrator: switch to generic board
Turn on generic board for the integrators, as per the request in
the startup message. Everything just works, tested on the
Integrator/AP and Integrator/CP.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/integrator-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/integrator-common.h b/include/configs/integrator-common.h index 267a92b..eac517a 100644 --- a/include/configs/integrator-common.h +++ b/include/configs/integrator-common.h @@ -26,6 +26,7 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_OF_LIBFDT /* enable passing a Device Tree */ #define CONFIG_MISC_INIT_R /* call misc_init_r during start up */ +#define CONFIG_SYS_GENERIC_BOARD /* * There are various dependencies on the core module (CM) fitted |