diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-08 09:58:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-08 09:58:55 -0400 |
commit | d9bb6d779b69c2548891e568e5e2a23e1b7eedaa (patch) | |
tree | 53bccb62f9302d5cba0e709475683e4f823b00dc /arch/arm/mach-rockchip | |
parent | 83aa0ed1e93e1ffac24888d98d37a5b04ed3fb07 (diff) | |
parent | dd8d52c934e8858264f91e8e8e2d8c7d8b059dd7 (diff) | |
download | u-boot-d9bb6d779b69c2548891e568e5e2a23e1b7eedaa.tar.gz u-boot-d9bb6d779b69c2548891e568e5e2a23e1b7eedaa.tar.bz2 u-boot-d9bb6d779b69c2548891e568e5e2a23e1b7eedaa.zip |
Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
- Add Board: rk3568 Bananapi R2Pro;
- Update pcie bifurcation support;
- dwc_eth_qos controller support for rk3568 and rk3588;
- Compressed binary support for U-Boot on rockchip platform;
- dts and config updates for different board and soc;
[ trini: Fix conflict on include/spl.h ]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-rockchip')
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 03c2b3771d..c43c185c17 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -166,7 +166,6 @@ config ROCKCHIP_RK3308 imply SPL_SYSCON imply SPL_RAM imply SPL_SERIAL - imply TPL_SERIAL imply SPL_SEPARATE_BSS help The Rockchip RK3308 is a ARM-based Soc which embedded with quad @@ -436,7 +435,7 @@ config TPL_ROCKCHIP_COMMON_BOARD config ROCKCHIP_EXTERNAL_TPL bool "Use external TPL binary" - default y if ROCKCHIP_RK3568 || ROCKCHIP_RK3588 + default y if ROCKCHIP_RK3308 || ROCKCHIP_RK3568 || ROCKCHIP_RK3588 help Some Rockchip SoCs require an external TPL to initialize DRAM. Enable this option and build with ROCKCHIP_TPL=/path/to/ddr.bin to |