mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
mv-common.h: Include support for device trees
Signed-off-by: Kevin Smith <kevin.smith@elecsyscorp.com> Acked-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
ef0f2f5752
commit
ae68763b6d
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@
|
|||
#define CONFIG_BOOTDELAY 3 /* default enable autoboot */
|
||||
#define CONFIG_PREBOOT
|
||||
|
||||
#define CONFIG_OF_LIBFDT /* Device tree support */
|
||||
|
||||
/*
|
||||
* For booting Linux, the board info and command line data
|
||||
* have to be in the first 8 MB of memory, since this is
|
||||
|
|
Loading…
Reference in a new issue