commit | c9ab91005022bdc49934235012bd4e1df4ced14b | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Thu Oct 06 07:31:45 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 15 08:12:46 2016 -0400 |
tree | 209b0461717aa2ae7e0fa7965e6e7c14936e800f | |
parent | 6592893ed4f3a17913314a4c2876748b9e72ee6a [diff] [blame] |
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>
diff --git a/configs/cm_fx6_defconfig b/configs/cm_fx6_defconfig index 998bc05..7c413d5 100644 --- a/configs/cm_fx6_defconfig +++ b/configs/cm_fx6_defconfig
@@ -53,3 +53,4 @@ CONFIG_USB_KEYBOARD=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y CONFIG_OF_LIBFDT=y +CONFIG_FDT_FIXUP_PARTITIONS=y