diff options
author | Caleb Connolly <caleb.connolly@linaro.org> | 2024-02-26 17:26:36 +0000 |
---|---|---|
committer | Caleb Connolly <caleb.connolly@linaro.org> | 2024-03-01 14:52:48 +0000 |
commit | ed8fbd2889fc072b12fe2437ac92e83676c93728 (patch) | |
tree | 994a826c4dfcf188d6ee8c2a3b680745a0037ad0 /configs | |
parent | 89a013dbe8b5eca8f29c029bd60e7ca0c5f14da3 (diff) | |
download | u-boot-ed8fbd2889fc072b12fe2437ac92e83676c93728.tar.gz u-boot-ed8fbd2889fc072b12fe2437ac92e83676c93728.tar.bz2 u-boot-ed8fbd2889fc072b12fe2437ac92e83676c93728.zip |
dts: msm8916: replace with upstream DTS
Drop the U-Boot specific dragonboard410c.dts in favour of the upstream
msm8916-sbc.dts. No additional changes are needed to this DTS for U-Boot
support.
Taken from kernel tag v6.7
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/dragonboard410c_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/dragonboard410c_defconfig b/configs/dragonboard410c_defconfig index efdee8a40f..0481ceeb6c 100644 --- a/configs/dragonboard410c_defconfig +++ b/configs/dragonboard410c_defconfig @@ -9,7 +9,7 @@ CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x8007fff0 CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0x0 -CONFIG_DEFAULT_DEVICE_TREE="dragonboard410c" +CONFIG_DEFAULT_DEVICE_TREE="apq8016-sbc" CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_IDENT_STRING="\nQualcomm-DragonBoard 410C" CONFIG_SYS_LOAD_ADDR=0x80080000 |