[U-Boot] [PATCH] rockchip: update emmc/sd index

2018-05-04 Thread Kever Yang
We define emmc/sdcard index in dts alias, emmc is 0 and sdcard is 1. Signed-off-by: Kever Yang --- include/configs/rockchip-common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h index 4062480..d6

Re: [U-Boot] [PATCH] rockchip: update emmc/sd index

2018-05-04 Thread klaus . goger
Hi Kever > On 04.05.2018, at 10:50, Kever Yang wrote: > > We define emmc/sdcard index in dts alias, emmc is 0 and sdcard is 1. The commit message is a bit misleading at first. When reading it i thought you update or add dts alias indexes. But you actually change the default boot order of distro

Re: [U-Boot] [PATCH] rockchip: update emmc/sd index

2018-05-06 Thread Kever Yang
Hi Klaus, On 05/04/2018 05:19 PM, klaus.go...@theobroma-systems.com wrote: > Hi Kever > >> On 04.05.2018, at 10:50, Kever Yang wrote: >> >> We define emmc/sdcard index in dts alias, emmc is 0 and sdcard is 1. > The commit message is a bit misleading at first. When reading it i thought > you upda

[U-Boot] [PATCH] rockchip: update emmc/sd index for distro boot order

2018-08-22 Thread Kever Yang
According to the emmc/sdcard index in dts alias, emmc is always 0 and sdcard index is 1, let's update to using correct mmc number for distro boot order in common header. SD card suppost to have higher priority so that people can boot into the firmware in SD card, this is very convenient for develo

[U-Boot] [PATCH] rockchip: update emmc/sd index for distro boot order

2018-05-06 Thread Kever Yang
According to the emmc/sdcard index in dts alias, emmc is 0 and sdcard is 1, let's update to using correct mmc number for distro boot order in common header. series-version: 2 series-changes: 2 - update the commit message Signed-off-by: Kever Yang --- include/configs/rockchip-common.h | 6 +++--