diff options
| author | Caleb Connolly <[email protected]> | 2024-02-26 17:26:20 +0000 |
|---|---|---|
| committer | Caleb Connolly <[email protected]> | 2024-03-01 14:44:37 +0000 |
| commit | e9302ba6cc6bfdf8a3dc4e9f232767b9bc0b217d (patch) | |
| tree | e97f2800191652e6e667a2f6cb94e34a13eb9e57 | |
| parent | 8048976e9c9943b28aec8b7e4d998e128b39fe70 (diff) | |
board: dragonboard410c: add chainloaded config fragment
Add a config fragment for building U-Boot such that it can be
chainloaded by aboot/LK rather than being flashed directly to the aboot
partition.
Reviewed-by: Neil Armstrong <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
Tested-by: Sumit Garg <[email protected]> #qcs404
Signed-off-by: Caleb Connolly <[email protected]>
| -rw-r--r-- | board/qualcomm/dragonboard410c/configs/chainloaded.config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/qualcomm/dragonboard410c/configs/chainloaded.config b/board/qualcomm/dragonboard410c/configs/chainloaded.config new file mode 100644 index 00000000000..3fd064924a1 --- /dev/null +++ b/board/qualcomm/dragonboard410c/configs/chainloaded.config @@ -0,0 +1,7 @@ +# CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK is not set +CONFIG_TEXT_BASE=0x0 +# CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR is not set +# CONFIG_REMAKE_ELF is not set +CONFIG_POSITION_INDEPENDENT=y +CONFIG_INIT_SP_RELATIVE=y +CONFIG_SYS_INIT_SP_BSS_OFFSET=524288 |
