summaryrefslogtreecommitdiff
path: root/include/configs/slimbootloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/slimbootloader.h')
-rw-r--r--include/configs/slimbootloader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/slimbootloader.h b/include/configs/slimbootloader.h
index ff0ed180e9..748a423b08 100644
--- a/include/configs/slimbootloader.h
+++ b/include/configs/slimbootloader.h
@@ -14,10 +14,10 @@
"stderr=serial\0"
/*
- * Override CONFIG_EXTRA_ENV_SETTINGS in x86-common.h
+ * Override CFG_EXTRA_ENV_SETTINGS in x86-common.h
*/
-#undef CONFIG_EXTRA_ENV_SETTINGS
-#define CONFIG_EXTRA_ENV_SETTINGS \
+#undef CFG_EXTRA_ENV_SETTINGS
+#define CFG_EXTRA_ENV_SETTINGS \
CONFIG_STD_DEVICES_SETTINGS \
"netdev=eth0\0" \
"consoledev=ttyS0\0" \