[PATCH v1 12/14] configs: add nord defconfig
Aswin Murugan via U-Boot <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot.general,gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Add a dedicated defconfig for the nord platform. Enable the drivers and board configuration options required to boot nord-based targets in U-Boot. Signed-off-by: Aswin Murugan <[email protected]> --- configs/qcom_nord_defconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 configs/qcom_nord_defconfig diff --git a/configs/qcom_nord_defconfig b/configs/qcom_nord_defconfig new file mode 100644 index 00000000000..6e7bf0cb2ac --- /dev/null +++ b/configs/qcom_nord_defconfig @@ -0,0 +1,18 @@ +# Configuration for building U-Boot to be flashed +# to the uefi partition of Nord dev boards with +# the "Linux Embedded" partition layout (which have +# a dedicated "uefi" partition for edk2/U-Boot) + +#include "qcom_defconfig" +#include "board/qualcomm/debug-nord.config" + +# Otherwise buildman thinks this isn't an ARM platform +CONFIG_ARM=y + +# CONFIG_OF_UPSTREAM is not set +CONFIG_DEFAULT_DEVICE_TREE="nord-ride" + +CONFIG_REMAKE_ELF=y + +# Address where U-Boot will be loaded +CONFIG_TEXT_BASE=0xD8D00000 -- 2.34.1