]> git.dujemihanovic.xyz Git - u-boot.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)
commit5859bb286306b5515e803083b1bc74397293d3b9
tree3a2066ada84f093041288bf835411d150a5df372
parent52a0c68994596544bfdbb3f8d0a034a5d2b13c1e
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