rockchip: adding the missing "/" in entries of boot_devices
Without the prefix, "same-as-spl" in `u-boot,spl-boot-order` will not work as expected. When board_boot_order() `spl-boot-order.c` meets "same-as-spl", it gets the conf by looking the boot_devices table by boot source, and parse the node by the conf with: node = fdt_path_offset(blob, conf); which will failed without the "/" indicating the path. Currently only entries of boot_devices in rk3399 have the "/" prefix. Therefore add the missing ones in other boards. Signed-off-by:Levin Du <djw@t-chip.com.cn> Reviewed-by:
Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by:
Kever Yang <kever.yang@rock-chips.com>
Showing
- arch/arm/mach-rockchip/rk3188/rk3188.c 2 additions, 2 deletionsarch/arm/mach-rockchip/rk3188/rk3188.c
- arch/arm/mach-rockchip/rk322x/rk322x.c 2 additions, 2 deletionsarch/arm/mach-rockchip/rk322x/rk322x.c
- arch/arm/mach-rockchip/rk3288/rk3288.c 2 additions, 2 deletionsarch/arm/mach-rockchip/rk3288/rk3288.c
- arch/arm/mach-rockchip/rk3328/rk3328.c 2 additions, 2 deletionsarch/arm/mach-rockchip/rk3328/rk3328.c
- arch/arm/mach-rockchip/rk3368/rk3368.c 2 additions, 2 deletionsarch/arm/mach-rockchip/rk3368/rk3368.c
Loading
Please register or sign in to comment