summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-08-28 14:20:50 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-03-05 19:22:16 +0100
commitf9b0065bd02c7f49898c70370353d666eeaaa69f (patch)
tree89b35da826e0a009bbdfdb71d87e631793979db2 /include
parent9b950998d159cf7a22585348b29856f4fefd67a4 (diff)
colibri-imx8qxp: synchronize with imx8qxp-mek from beta2
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 6557f1c6c8f5c5e6a5585459ab77e3d994ffff81) (cherry picked from commit 6efbcb8cd6740e60fc53f9033d60cc27f62b3c74)
Diffstat (limited to 'include')
-rw-r--r--include/configs/colibri-imx8qxp.h17
1 files changed, 12 insertions, 5 deletions
diff --git a/include/configs/colibri-imx8qxp.h b/include/configs/colibri-imx8qxp.h
index 4148c698fdd..947994198a0 100644
--- a/include/configs/colibri-imx8qxp.h
+++ b/include/configs/colibri-imx8qxp.h
@@ -69,6 +69,12 @@
"kernel_addr_r=0x82000000\0" \
"ramdisk_addr_r=0x84100000\0"
+#ifdef CONFIG_AHAB_BOOT
+#define AHAB_ENV "sec_boot=yes\0"
+#else
+#define AHAB_ENV "sec_boot=no\0"
+#endif
+
/* Boot M4 */
#define M4_BOOT_ENV \
"m4_0_image=m4_0.bin\0" \
@@ -99,6 +105,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
CONFIG_MFG_ENV_SETTINGS \
M4_BOOT_ENV \
+ AHAB_ENV \
MEM_LAYOUT_ENV_SETTINGS \
"script=boot.scr\0" \
"image=Image\0" \
@@ -179,7 +186,7 @@
#define CONFIG_SYS_MEMTEST_END 0x89000000
/* Default environment is in SD */
-#define CONFIG_ENV_SIZE 0x1000
+#define CONFIG_ENV_SIZE 0x2000
#define CONFIG_ENV_OFFSET (64 * SZ_64K)
#define CONFIG_ENV_IS_IN_MMC
@@ -207,11 +214,11 @@
/* Monitor Command Prompt */
#define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
+#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
#define CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_CBSIZE 1024
-#define CONFIG_SYS_MAXARGS 64
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
+#define CONFIG_SYS_CBSIZE 2048
+#define CONFIG_SYS_MAXARGS 64
+#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
sizeof(CONFIG_SYS_PROMPT) + 16)
#define CONFIG_CMDLINE_EDITING