]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: rk3399: remove duplicate call to regulators_enable_boot_on
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Fri, 22 Jul 2022 10:09:08 +0000 (12:09 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 12 Aug 2023 01:58:55 +0000 (09:58 +0800)
commitf5b98e0805387d73106d0303aea94e78771dc845
treef02707cfb7116914de9b1f578f6d24bb733e79fd
parent8000a05cdeefcad058166d04146d622252f4a9d1
rockchip: rk3399: remove duplicate call to regulators_enable_boot_on

An earlier commit makes the common SPL code call
regulators_enable_boot_on and regulators_enable_boot_off before
iterating over possible boot media for U-Boot proper. There is therefore
no need to do this in the rk3399-specific code, so let's remove it.

Cc: Quentin Schulz <foss+uboot@0leil.net>
Tested-by: Xavier Drudis Ferran <xdrudis@tinet.cat>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
arch/arm/mach-rockchip/rk3399/rk3399.c