]> Git Repo - u-boot.git/blob - configs/qcs9100_defconfig
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / configs / qcs9100_defconfig
1 # Configuration for building U-Boot to be flashed
2 # to the uefi partition of QCS9100 based dev boards with
3 # the "Linux Embedded" partition layout (which have
4 # a dedicated "uefi" partition for edk2/U-Boot)
5
6 #include "qcom_defconfig"
7
8 CONFIG_DEBUG_UART=y
9 CONFIG_DEBUG_UART_ANNOUNCE=y
10 CONFIG_DEBUG_UART_BASE=0xA8C000
11 CONFIG_DEBUG_UART_MSM_GENI=y
12 CONFIG_DEBUG_UART_CLOCK=14745600
13
14 # Address where U-Boot will be loaded
15 CONFIG_TEXT_BASE=0xaf000000
16 CONFIG_REMAKE_ELF=y
17
18 CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs9100-ride-r3"
This page took 0.030915 seconds and 4 git commands to generate.