diff options
| author | Tom Rini <[email protected]> | 2025-06-03 09:00:52 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-03 09:00:52 -0600 |
| commit | fdc0dcbb2c84c4c63fc10315bcf042575198610d (patch) | |
| tree | ecb20c0d7b56430b4aabe15ef4a8d53f87293f84 /configs | |
| parent | d1555de5fa21c06118540dcd4a627a1af29bbb40 (diff) | |
| parent | 14315b73a8e7aef9125c7c1aa28ebe3f0725a202 (diff) | |
Merge tag 'qcom-more-for-2025.07' of https://source.denx.de/u-boot/custodians/u-boot-snapdragon
More Qualcomm fixes for 2025.07
* Adjust fdtfile logic to support more boards
* Support linux,code variable in qcom-pmic button driver
* Minor CLK API adjustments and apq8096/msm8916 fixes
* vbus regulator register fixes
* dragonboard410c KASLR support and other fixes
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/dragonboard410c_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/dragonboard410c_defconfig b/configs/dragonboard410c_defconfig index 449d48a3c00..d267b6ed34d 100644 --- a/configs/dragonboard410c_defconfig +++ b/configs/dragonboard410c_defconfig @@ -4,7 +4,6 @@ CONFIG_COUNTER_FREQUENCY=19200000 CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y CONFIG_ARCH_SNAPDRAGON=y CONFIG_TEXT_BASE=0x8f600000 -CONFIG_SYS_MALLOC_LEN=0x802000 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x8007fff0 CONFIG_ENV_SIZE=0x2000 @@ -56,6 +55,8 @@ CONFIG_PINCONF=y CONFIG_PINCTRL_QCOM_APQ8016=y CONFIG_DM_PMIC=y CONFIG_PMIC_QCOM=y +CONFIG_DM_RNG=y +CONFIG_RNG_MSM=y CONFIG_MSM_SERIAL=y CONFIG_SPMI_MSM=y CONFIG_USB=y |
