From: Caleb Connolly Date: Thu, 18 Apr 2024 17:24:11 +0000 (+0100) Subject: qcom_defconfig: set SYS_INIT_SP_BSS_OFFSET X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=813bc424871caf3decffb50119906bcdbf33d973;p=u-boot.git qcom_defconfig: set SYS_INIT_SP_BSS_OFFSET Give us lots of room for the appended FDT. Reviewed-by: Neil Armstrong Reviewed-by: Sumit Garg Signed-off-by: Caleb Connolly --- diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index 218a9a7696..7b589f0bf7 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -4,6 +4,7 @@ CONFIG_POSITION_INDEPENDENT=y CONFIG_ARCH_SNAPDRAGON=y CONFIG_DEFAULT_DEVICE_TREE="qcom/sdm845-db845c" CONFIG_SYS_LOAD_ADDR=0x0 +CONFIG_SYS_INIT_SP_BSS_OFFSET=1572864 CONFIG_BUTTON_CMD=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y