[PATCH v2 08/10] configs: add qcom_shikra_defconfig
Aswin Murugan via U-Boot <[email protected]> Thu, 6 Aug 2026 00:03:02 +0530
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Introduce a defconfig for Shikra based boards. Signed-off-by: Aswin Murugan <[email protected]> --- configs/qcom_shikra_defconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 configs/qcom_shikra_defconfig diff --git a/configs/qcom_shikra_defconfig b/configs/qcom_shikra_defconfig new file mode 100644 index 00000000000..805f4a64017 --- /dev/null +++ b/configs/qcom_shikra_defconfig @@ -0,0 +1,17 @@ +# Configuration for building U-Boot in Shikra IQS EVK + +#include "qcom_defconfig" +#include "board/qualcomm/debug-shikra-iqs-evk.config" + +# Otherwise buildman thinks this isn't an ARM platform +CONFIG_ARM=y + +# CONFIG_OF_UPSTREAM is not set + +CONFIG_DEFAULT_DEVICE_TREE="shikra-iqs-evk" + +# Address where U-Boot will be loaded +CONFIG_TEXT_BASE=0x9f400000 +CONFIG_REMAKE_ELF=y + +CONFIG_FASTBOOT_BUF_ADDR=0xc5000000 -- 2.34.1