]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: fix boot_devices constants
authorJohan Jonker <jbx6244@gmail.com>
Fri, 15 Apr 2022 21:21:43 +0000 (23:21 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 18 Apr 2022 03:25:13 +0000 (11:25 +0800)
commit3421055c2f9e2f9dbd0dd44ce3bdbcbc8d0c6e4d
tree3a2066ada84f093041288bf835411d150a5df372
parent3be8c9e842e1c7a115f80af5e104f193d3d0dbab
rockchip: fix boot_devices constants

The DT node name pattern in mmc-controller.yaml for mmc
is "^mmc(@.*)?$". The Rockchip mmc nodes have been synced
with Linux, so update the boot_devices constants as well.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/rk3188/rk3188.c
arch/arm/mach-rockchip/rk322x/rk322x.c
arch/arm/mach-rockchip/rk3288/rk3288.c
arch/arm/mach-rockchip/rk3328/rk3328.c
arch/arm/mach-rockchip/rk3368/rk3368.c