mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 18:34:42 +00:00

The commit7cec3e7019
("rockchip: rk3588-nanopc-t6: Add support for NanoPC-T6 LTS") added support for the LTS variant of NanoPC T6. However, a board specific -u-boot.dtsi file was never added. Due to the missing -u-boot.dtsi file the LTS fdt included in the FIT is never tagged with bootph props. When ENV_IS_IN_SPI_FLASH is enabled, not enabled in defconfig, the env can successfully load from SPI flash on the non-LTS variant, something that does not work on the LTS variant due to missing bootph-some-ram props in the LTS fdt. Fix this by adding a LTS -u-boot.dtsi file that just include the non-LTS -u-boot.dtsi file. Reported-by: Ricardo Pardini <ricardo@pardini.net> Fixes:7cec3e7019
("rockchip: rk3588-nanopc-t6: Add support for NanoPC-T6 LTS") Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
8 lines
248 B
Text
8 lines
248 B
Text
NANOPCT6-RK3588
|
|
M: John Clark <inindev@gmail.com>
|
|
R: Jonas Karlman <jonas@kwiboo.se>
|
|
S: Maintained
|
|
F: board/friendlyelec/nanopc-t6-rk3588
|
|
F: include/configs/nanopc-t6-rk3588.h
|
|
F: configs/nanopc-t6-rk3588_defconfig
|
|
F: arch/arm/dts/rk3588-nanopc-t6*
|