summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongjin Kim <tobetter@gmail.com>2019-12-13 16:30:47 +0900
committerDongjin Kim <tobetter@gmail.com>2020-03-28 17:28:36 +0900
commit92b1d12825cb3d3de4ac1106befb3547e582019a (patch)
tree0b09a631eca0aeafa36fc84d94ada9dfcc3ab178
parent4b87ffa4c7025642500c567abf7ca324f7f3f2cb (diff)
downloadu-boot-odroid-c1-92b1d12825cb3d3de4ac1106befb3547e582019a.tar.gz
ODROID-XU3: add 'CONFIG_OF_LIBFDT_OVERLAY' and 'CONFIG_CMD_INI'
Change-Id: I09c9031be4c5257c415f54575e23a6dade179abb Signed-off-by: Dongjin Kim <tobetter@gmail.com>
-rw-r--r--cmd/Kconfig5
-rw-r--r--configs/odroid-xu3_defconfig2
2 files changed, 7 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 1e4cf146c5..6d11a5f80b 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -482,6 +482,11 @@ config CMD_IMPORTENV
help
Import environments.
+config CMD_INI
+ bool "ini"
+ help
+ Simple .INI file parser
+
config CMD_EDITENV
bool "editenv"
default y
diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig
index 20038d4197..81b0cd25a8 100644
--- a/configs/odroid-xu3_defconfig
+++ b/configs/odroid-xu3_defconfig
@@ -63,3 +63,5 @@ CONFIG_USB_FUNCTION_THOR=y
CONFIG_USB_HOST_ETHER=y
CONFIG_VIDEO_BRIDGE=y
CONFIG_ERRNO_STR=y
+CONFIG_OF_LIBFDT_OVERLAY=y
+CONFIG_CMD_INI=y