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 /configs/cm_fx6_defconfig | |
parent | 29d3bc793cf694bd98f693f8a378a99cd7ee91f7 (diff) | |
download | u-boot-imx-ebf7fff20ab8127f318b238e47a21856497bd6fe.zip u-boot-imx-ebf7fff20ab8127f318b238e47a21856497bd6fe.tar.gz u-boot-imx-ebf7fff20ab8127f318b238e47a21856497bd6fe.tar.bz2 |
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 'configs/cm_fx6_defconfig')
-rw-r--r-- | configs/cm_fx6_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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_STORAGE=y CONFIG_USB_KEYBOARD=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y CONFIG_OF_LIBFDT=y +CONFIG_FDT_FIXUP_PARTITIONS=y |