Skip to content
Snippets Groups Projects
Commit aa6aaf93 authored by Tom Rini's avatar Tom Rini
Browse files

ARM: rockchip: rock: Correct test to use CONFIG_IS_ENABLED not defined


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: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent c1b62ba9
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#define CONFIG_SYS_MMC_ENV_DEV 0 #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 /* SPL @ 32k for 34k
* u-boot directly after @ 68k for 400k or so * u-boot directly after @ 68k for 400k or so
* ENV @ 992k * ENV @ 992k
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment