]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: rockchip: rock: Correct test to use CONFIG_IS_ENABLED not defined
authorTom Rini <trini@konsulko.com>
Mon, 14 Aug 2017 17:21:44 +0000 (13:21 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 14 Aug 2017 17:33:07 +0000 (13:33 -0400)
While it is likely that this entire case is superfluous and can be
removed, correct the test now to match what is in rockchip-common.h and
makes sense based on context of the code.  Otherwise we get a large
number of warnings.

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/rock.h

index 6b0788be9db5f1b25e8b53703c6b6b22791a2a34..8d845d95e378262ba5e2dad2f4c1997ebef15432 100644 (file)
@@ -12,7 +12,7 @@
 
 #define CONFIG_SYS_MMC_ENV_DEV 0
 
-#if defined(ROCKCHIP_BACK_TO_BROM)
+#if CONFIG_IS_ENABLED(ROCKCHIP_BACK_TO_BROM)
 /* SPL @ 32k for 34k
  * u-boot directly after @ 68k for 400k or so
  * ENV @ 992k