From: zhang sanshan Date: Thu, 22 Feb 2018 07:10:10 +0000 (+0800) Subject: MA-11365-4 [Android] enable dm-verity based on AVB X-Git-Tag: rel_imx_4.9.88_2.0.0_ga~54 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=1292a284a0c6d2f39cf0987cc6538f5d46d00f11;p=u-boot.git MA-11365-4 [Android] enable dm-verity based on AVB enlarge CONFIG_SYS_CBSIZE to 2048 for dm cmdline is large than 1024. Change-Id: I3310841e411dd23daa94dde7a34b6716fe1e1f74 Signed-off-by: zhang sanshan --- diff --git a/include/configs/imx8mq_evk.h b/include/configs/imx8mq_evk.h index 95cc906b3d..4b9f2e6459 100644 --- a/include/configs/imx8mq_evk.h +++ b/include/configs/imx8mq_evk.h @@ -215,7 +215,7 @@ #define CONFIG_SYS_LONGHELP #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " #define CONFIG_AUTO_COMPLETE -#define CONFIG_SYS_CBSIZE 1024 +#define CONFIG_SYS_CBSIZE 2048 #define CONFIG_SYS_MAXARGS 64 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ diff --git a/include/configs/imx8qm_mek.h b/include/configs/imx8qm_mek.h index ab927b007e..2d3be6ddfb 100644 --- a/include/configs/imx8qm_mek.h +++ b/include/configs/imx8qm_mek.h @@ -244,7 +244,7 @@ #define CONFIG_HUSH_PARSER #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " #define CONFIG_AUTO_COMPLETE -#define CONFIG_SYS_CBSIZE 1024 +#define CONFIG_SYS_CBSIZE 2048 #define CONFIG_SYS_MAXARGS 64 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ diff --git a/include/configs/imx8qxp_mek.h b/include/configs/imx8qxp_mek.h index 563e13619f..9aa981af55 100644 --- a/include/configs/imx8qxp_mek.h +++ b/include/configs/imx8qxp_mek.h @@ -243,7 +243,7 @@ #define CONFIG_HUSH_PARSER #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " #define CONFIG_AUTO_COMPLETE -#define CONFIG_SYS_CBSIZE 1024 +#define CONFIG_SYS_CBSIZE 2048 #define CONFIG_SYS_MAXARGS 64 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \