diff options
author | Heiko Schocher <hs@denx.de> | 2016-10-06 07:31:45 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-15 08:12:46 -0400 |
commit | ebf7fff20ab8127f318b238e47a21856497bd6fe (patch) | |
tree | 209b0461717aa2ae7e0fa7965e6e7c14936e800f /include/configs/cm_fx6.h | |
parent | 29d3bc793cf694bd98f693f8a378a99cd7ee91f7 (diff) |
spl: move FDT_FIXUP_PARTITIONS to Kconfig
Move FDT_FIXUP_PARTITIONS to Kconfig and cleanup existing
uses.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/cm_fx6.h')
-rw-r--r-- | include/configs/cm_fx6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index 46584fdf746..b0d8c5f3ab4 100644 --- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -56,7 +56,6 @@ /* MTD support */ #ifndef CONFIG_SPL_BUILD -#define CONFIG_FDT_FIXUP_PARTITIONS #define CONFIG_MTD_DEVICE #define CONFIG_MTD_PARTITIONS #define CONFIG_SPI_FLASH_MTD |