u-boot-brain/arch/arm/mach-rockchip/rk3368
Levin Du 2d86ab50ce 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>
2019-11-10 20:40:20 +08:00
..
clk_rk3368.c rockchip: use 'arch-rockchip' as header file path 2019-05-01 00:00:05 +02:00
Kconfig rockchip: rk3368: default enable SPL LIBCOMMON and LIBGENERIC 2019-07-20 23:59:44 +08:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
rk3368.c rockchip: adding the missing "/" in entries of boot_devices 2019-11-10 20:40:20 +08:00
syscon_rk3368.c rockchip: use 'arch-rockchip' as header file path 2019-05-01 00:00:05 +02:00