mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-23 20:24:26 +08:00
mach-snapdragon: use OF_UPSTREAM
Switch to using upstream DT from dts/upstream. 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>
This commit is contained in:
parent
69e9b3428b
commit
a149974d3c
@ -606,10 +606,6 @@ R: Sumit Garg <sumit.garg@linaro.org>
|
||||
L: u-boot-qcom@groups.io
|
||||
S: Maintained
|
||||
T: git https://source.denx.de/u-boot/custodians/u-boot-snapdragon.git
|
||||
F: arch/arm/dts/msm8*.dtsi
|
||||
F: arch/arm/dts/pm8???.dtsi
|
||||
F: arch/arm/dts/pms405.dtsi
|
||||
F: arch/arm/dts/sdm845.dtsi
|
||||
F: drivers/*/*/pm8???-*
|
||||
F: drivers/gpio/msm_gpio.c
|
||||
F: drivers/mmc/msm_sdhci.c
|
||||
|
@ -1090,6 +1090,7 @@ config ARCH_SNAPDRAGON
|
||||
select OF_BOARD
|
||||
select SAVE_PREV_BL_FDT_ADDR
|
||||
select LINUX_KERNEL_IMAGE_HEADER
|
||||
imply OF_UPSTREAM
|
||||
imply CMD_DM
|
||||
|
||||
config ARCH_SOCFPGA
|
||||
|
@ -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="apq8016-sbc"
|
||||
CONFIG_DEFAULT_DEVICE_TREE="qcom/apq8016-sbc"
|
||||
CONFIG_OF_LIBFDT_OVERLAY=y
|
||||
CONFIG_IDENT_STRING="\nQualcomm-DragonBoard 410C"
|
||||
CONFIG_SYS_LOAD_ADDR=0x80080000
|
||||
|
@ -7,7 +7,7 @@ CONFIG_SYS_MALLOC_LEN=0x804000
|
||||
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
||||
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x8007fff0
|
||||
CONFIG_ENV_SIZE=0x4000
|
||||
CONFIG_DEFAULT_DEVICE_TREE="apq8096-db820c"
|
||||
CONFIG_DEFAULT_DEVICE_TREE="qcom/apq8096-db820c"
|
||||
CONFIG_IDENT_STRING="\nQualcomm-DragonBoard 820C"
|
||||
CONFIG_SYS_LOAD_ADDR=0x80080000
|
||||
CONFIG_DISTRO_DEFAULTS=y
|
||||
|
@ -2,7 +2,7 @@ CONFIG_ARM=y
|
||||
CONFIG_SKIP_LOWLEVEL_INIT=y
|
||||
CONFIG_POSITION_INDEPENDENT=y
|
||||
CONFIG_ARCH_SNAPDRAGON=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="sdm845-db845c"
|
||||
CONFIG_DEFAULT_DEVICE_TREE="qcom/sdm845-db845c"
|
||||
CONFIG_SYS_LOAD_ADDR=0x0
|
||||
CONFIG_BUTTON_CMD=y
|
||||
CONFIG_FIT=y
|
||||
|
Loading…
Reference in New Issue
Block a user