]> git.baikalelectronics.ru Git - uboot.git/commit
rv1108: Fix boot regression
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 13 Mar 2020 17:42:48 +0000 (14:42 -0300)
committerKever Yang <kever.yang@rock-chips.com>
Thu, 26 Mar 2020 14:58:46 +0000 (22:58 +0800)
commit69e78c665918d810c7b0e17874fd1e89c0f6b927
tree41b4cc8065787928313de7e0891b09377c866aae
parentbfbf77e255d794efb8347f6179a3b7d3b6cd58fe
rv1108: Fix boot regression

Since commit 6f0446d28517 ("rockchip: Add Single boot image
(with binman, pad_cat)") the following boot regression is seen:

U-Boot 2020.04-rc3-00050-gd16e18ca6c-dirty (Mar 09 2020 - 11:40:07 -0300)

Model: Elgin RV1108 R1 board
DRAM:  128 MiB
initcall sequence 67fd12a0 failed at call 6000b927 (err=-22)

This happens because the above commit missed to include the
"rockchip-u-boot.dtsi" for rv1108, so include this file
like it done for other Rockchip SoC dtsi's.

Fixes: 6f0446d28517 ("rockchip: Add Single boot image (with binman, pad_cat)")
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rv1108-u-boot.dtsi [new file with mode: 0644]