diff options
author | Quentin Armitage <quentin@armitage.org.uk> | 2015-10-28 00:47:19 +0000 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-11-17 23:41:41 +0100 |
commit | f6b1f665ab01d1ed65c1c078cc1b91c68ad57080 (patch) | |
tree | c8080185667640ee3eab79eda03f3803331de441 /include | |
parent | ea944003d57e9ac68774742b98bb15ca6a9b6d9c (diff) | |
download | u-boot-imx-f6b1f665ab01d1ed65c1c078cc1b91c68ad57080.zip u-boot-imx-f6b1f665ab01d1ed65c1c078cc1b91c68ad57080.tar.gz u-boot-imx-f6b1f665ab01d1ed65c1c078cc1b91c68ad57080.tar.bz2 |
arm: kirkwood: Align configuration files
Cosmetic: CONFIG_OF_LIBFDT was in a different position in the config
file for the Dreamplug, compared to the Sheevaplug and Guruplug.
Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/dreamplug.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h index 4c5eafb..0c01209 100644 --- a/include/configs/dreamplug.h +++ b/include/configs/dreamplug.h @@ -42,6 +42,11 @@ #define CONFIG_BUILD_TARGET "u-boot.kwb" /* + * Enable device tree support + */ +#define CONFIG_OF_LIBFDT + +/* * Commands configuration */ #define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */ @@ -131,6 +136,4 @@ */ #define CONFIG_DISPLAY_CPUINFO -#define CONFIG_OF_LIBFDT - #endif /* _CONFIG_DREAMPLUG_H */ |