aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Connolly <caleb.connolly@linaro.org>2024-04-18 18:24:11 +0100
committerCaleb Connolly <caleb.connolly@linaro.org>2024-04-23 13:29:18 +0200
commit813bc424871caf3decffb50119906bcdbf33d973 (patch)
tree063cdd7ad9407101ea1214f0f5f570b3624a509d
parent4a30052dee8726cfa9b1f6873496389ae1732ba4 (diff)
downloadu-boot-813bc424871caf3decffb50119906bcdbf33d973.zip
u-boot-813bc424871caf3decffb50119906bcdbf33d973.tar.gz
u-boot-813bc424871caf3decffb50119906bcdbf33d973.tar.bz2
qcom_defconfig: set SYS_INIT_SP_BSS_OFFSET
Give us lots of room for the appended FDT. Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
-rw-r--r--configs/qcom_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index 218a9a7..7b589f0 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