1 # Configuration for building U-Boot to be flashed
2 # to the uefi partition of QCM6490 dev boards with
3 # the "Linux Embedded" partition layout (which have
4 # a dedicated "uefi" partition for edk2/U-Boot)
6 #include "qcom_defconfig"
8 # Otherwise buildman thinks this isn't an ARM platform
12 CONFIG_DEBUG_UART_ANNOUNCE=y
13 CONFIG_DEBUG_UART_BASE=0x994000
14 CONFIG_DEBUG_UART_MSM_GENI=y
15 CONFIG_DEBUG_UART_CLOCK=14745600
17 # Address where U-Boot will be loaded
18 CONFIG_TEXT_BASE=0x9fc00000
21 CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs6490-rb3gen2"