diff mbox series

[3/3] qcom_defconfig: set SYS_INIT_SP_BSS_OFFSET

Message ID 20240418-b4-qcom-rbx-fixes-v1-3-e524eb29ae86@linaro.org
State New
Headers show
Series qcom: switch to OF_UPSTREAM | expand

Commit Message

Caleb Connolly April 18, 2024, 5:24 p.m. UTC
Give us lots of room for the appended FDT.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
---
 configs/qcom_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Neil Armstrong April 19, 2024, 3:21 p.m. UTC | #1
On 18/04/2024 19:24, Caleb Connolly wrote:
> Give us lots of room for the appended FDT.
> 
> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
> ---
>   configs/qcom_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
> index 218a9a769682..7b589f0bf7a7 100644
> --- a/configs/qcom_defconfig
> +++ b/configs/qcom_defconfig
> @@ -3,8 +3,9 @@ CONFIG_SKIP_LOWLEVEL_INIT=y
>   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
>   CONFIG_BOOTSTD_FULL=y
> 

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
diff mbox series

Patch

diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index 218a9a769682..7b589f0bf7a7 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -3,8 +3,9 @@  CONFIG_SKIP_LOWLEVEL_INIT=y
 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
 CONFIG_BOOTSTD_FULL=y