mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
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>
This commit is contained in:
parent
2460e17593
commit
7285c09560
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue