diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-04-06 20:28:03 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-18 17:11:17 -0400 |
commit | 5375389fe33cc55b6c5813a9fd665f6eee52aff9 (patch) | |
tree | 2c9718417cffa154cacccfe0b335a286ac91c61b /include/configs/xpress.h | |
parent | 30b0195a4e0f30117cd9dd36bedde6cae0d9e210 (diff) | |
download | u-boot-5375389fe33cc55b6c5813a9fd665f6eee52aff9.tar.gz u-boot-5375389fe33cc55b6c5813a9fd665f6eee52aff9.tar.bz2 u-boot-5375389fe33cc55b6c5813a9fd665f6eee52aff9.zip |
kconfig: Move CONFIG_OF_LIBFDT to Kconfig
This patch follows work done by:
"Move CONFIG_OF_LIBFDT to Kconfig"
(sha1: 69e173eb57d1f4848f070c83456096ba5d2ba1b4)
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
[trini: Add xpress* to the patch]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/xpress.h')
-rw-r--r-- | include/configs/xpress.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/xpress.h b/include/configs/xpress.h index 9bc536bdbb..dc7a75b4ce 100644 --- a/include/configs/xpress.h +++ b/include/configs/xpress.h @@ -77,7 +77,6 @@ #define CONFIG_SYS_MMC_ENV_PART 1 /* boot parition */ #define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC2 */ -#define CONFIG_OF_LIBFDT #define CONFIG_CMD_BOOTZ #define CONFIG_CMD_BMODE #define CONFIG_CMD_CACHE |