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 /lib | |
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 'lib')
-rw-r--r-- | lib/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 16ff01a2cd3..0e0d8efd33f 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -154,6 +154,15 @@ config SPL_OF_LIBFDT particular compatible nodes. The library operates on a flattened version of the device tree. +config FDT_FIXUP_PARTITIONS + bool "overwrite MTD partitions in DTS through defined in 'mtdparts'" + depends on OF_LIBFDT + default n + help + Allow overwriting defined partitions in the device tree blob + using partition info defined in the 'mtdparts' environment + variable. + source lib/efi/Kconfig source lib/efi_loader/Kconfig |