diff options
author | Kevin Smith <kevin.smith@elecsyscorp.com> | 2015-05-18 16:09:45 +0000 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-06-28 17:52:41 +0200 |
commit | ae68763b6d7193faa4f4007dba7efe983cec604d (patch) | |
tree | 57cc421b7ce5b453ed364c7f78275843531c78f9 /include | |
parent | ef0f2f57524ec85fb9058a23298f2c4995e0d950 (diff) | |
download | u-boot-ae68763b6d7193faa4f4007dba7efe983cec604d.zip u-boot-ae68763b6d7193faa4f4007dba7efe983cec604d.tar.gz u-boot-ae68763b6d7193faa4f4007dba7efe983cec604d.tar.bz2 |
mv-common.h: Include support for device trees
Signed-off-by: Kevin Smith <kevin.smith@elecsyscorp.com>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mv-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index 0d7b34b..b654fff 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -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 |