summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boards/phytec-som-am335x/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/phytec-som-am335x/board.c b/arch/arm/boards/phytec-som-am335x/board.c
index 0e9bf5fdef..8c24f2b332 100644
--- a/arch/arm/boards/phytec-som-am335x/board.c
+++ b/arch/arm/boards/phytec-som-am335x/board.c
@@ -135,7 +135,7 @@ static int physom_devices_init(void)
}
}
- if (IS_ENABLED(PHYTEC_SOM_AM335X_OF_AUTOENABLE)) {
+ if (IS_ENABLED(CONFIG_PHYTEC_SOM_AM335X_OF_AUTOENABLE)) {
/* Enable NAND */
of_autoenable_device_by_path("/ocp/gpmc@50000000");
/* Enable eMMC */