From 19f5ef51c2ca66867d1f5925c99516bf5c6f9499 Mon Sep 17 00:00:00 2001 From: Luke Go Date: Wed, 29 Apr 2020 11:59:32 +0900 Subject: 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 --- include/configs/odroid-g12-common.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1