summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Go <sangch.go@gmail.com>2020-04-29 11:59:32 +0900
committerDongjin Kim <tobetter@gmail.com>2020-05-06 13:23:14 +0900
commit19f5ef51c2ca66867d1f5925c99516bf5c6f9499 (patch)
treebefa71d7300e7e700f020f140dd6f4328f8326df
parente34273f9b549f1a0af185abd0460537d598fd861 (diff)
downloadu-boot-odroid-c1-19f5ef51c2ca66867d1f5925c99516bf5c6f9499.tar.gz
g12a/g12b: cramfs: Support cramfs cmd.
- To use cramfs stuff on the android, Support the cramfs. This stuffs will be used to get dtb and dtbo from hidden sectors. Change-Id: I44936bba56e51d4e59a88feff83505eb75a7e358
-rw-r--r--include/configs/odroid-g12-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/odroid-g12-common.h b/include/configs/odroid-g12-common.h
index 4cd4187c87..0e31af51de 100644
--- a/include/configs/odroid-g12-common.h
+++ b/include/configs/odroid-g12-common.h
@@ -545,6 +545,8 @@
#define CONFIG_SYS_MEM_TOP_HIDE 0x08000000 /* hide 128MB for kernel reserve */
#define CONFIG_CMD_LOADB 1
#define CONFIG_SUPPORT_RAW_INITRD 1
+#define CONFIG_CMD_CRAMFS 1
+#define CONFIG_CRAMFS_CMDLINE 1
/* debug mode defines */
//#define CONFIG_DEBUG_MODE 1