summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongjin Kim <tobetter@gmail.com>2019-12-13 16:30:47 +0900
committerDongjin Kim <tobetter@gmail.com>2020-05-19 19:07:56 +0900
commit0fe0614f0cb64160ac353abec0cf3e60120c12f0 (patch)
tree4aa6fe8970913e1f30d923a019ffd17e7eaa07b1
parent00f3878d307314c9363b20a8ba3d34e411d266bc (diff)
downloadu-boot-odroid-c1-0fe0614f0cb64160ac353abec0cf3e60120c12f0.tar.gz
ODROID-XU3/4: add 'CONFIG_OF_LIBFDT_OVERLAY' and 'CONFIG_CMD_INI'
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I73d7dc065d3b0ca191d9e35cca836cab3159ba2c
-rw-r--r--configs/odroid-xu3_defconfig1
-rw-r--r--include/configs/odroid_xu3.h1
-rwxr-xr-xinclude/configs/odroid_xu4.h2
3 files changed, 4 insertions, 0 deletions
diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig
index dab4cc1443..2b3a94d71a 100644
--- a/configs/odroid-xu3_defconfig
+++ b/configs/odroid-xu3_defconfig
@@ -47,3 +47,4 @@ CONFIG_G_DNL_VENDOR_NUM=0x04e8
CONFIG_G_DNL_PRODUCT_NUM=0x6601
CONFIG_VIDEO_BRIDGE=y
CONFIG_ERRNO_STR=y
+CONFIG_OF_LIBFDT_OVERLAY=y
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h
index 40b48f70ab..210e7af579 100644
--- a/include/configs/odroid_xu3.h
+++ b/include/configs/odroid_xu3.h
@@ -125,4 +125,5 @@
"dfu_alt_system="CONFIG_DFU_ALT_SYSTEM \
"dfu_alt_info=Autoset by THOR/DFU command run.\0"
+#define CONFIG_CMD_INI
#endif /* __CONFIG_H */
diff --git a/include/configs/odroid_xu4.h b/include/configs/odroid_xu4.h
index 29ddaea212..97c4308fad 100755
--- a/include/configs/odroid_xu4.h
+++ b/include/configs/odroid_xu4.h
@@ -251,4 +251,6 @@
"hdmi_phy_res=720p60hz edid=0, hpd=1 disable_vu7=false " \
"touch_invert_x=false touch_invert_y=false"
+
+#define CONFIG_CMD_INI
#endif /* __CONFIG_H */