]> git.baikalelectronics.ru Git - uboot.git/commitdiff
rockchip: Correct a reference to CONFIG_BOOT_MODE_REG
authorSimon Glass <sjg@chromium.org>
Wed, 1 Feb 2023 20:19:23 +0000 (13:19 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 7 Feb 2023 19:33:48 +0000 (14:33 -0500)
This option does not exist and should refer to
CONFIG_ROCKCHIP_BOOT_MODE_REG instead. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-rockchip/Makefile

index 32138fa723fe4c103ca700155dff599988c4cbe1..e3d4a8b42e4a2e2f2ef139316a763007b035b897 100644 (file)
@@ -18,7 +18,7 @@ obj-spl-$(CONFIG_ROCKCHIP_RK3036) += rk3036-board-spl.o
 ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TPL_BUILD),)
 
 # Always include boot_mode.o, as we bypass it (i.e. turn it off)
-# inside of boot_mode.c when CONFIG_BOOT_MODE_REG is 0.  This way,
+# inside of boot_mode.c when CONFIG_ROCKCHIP_BOOT_MODE_REG is 0.  This way,
 # we can have the preprocessor correctly recognise both 0x0 and 0
 # meaning "turn it off".
 obj-y += boot_mode.o