summaryrefslogtreecommitdiff
path: root/include/configs/zynq_cse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/zynq_cse.h')
-rw-r--r--include/configs/zynq_cse.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/zynq_cse.h b/include/configs/zynq_cse.h
index cb982c2e74f..a9bb5bb90ad 100644
--- a/include/configs/zynq_cse.h
+++ b/include/configs/zynq_cse.h
@@ -12,11 +12,11 @@
#include <configs/zynq-common.h>
/* Undef unneeded configs */
-#undef CONFIG_EXTRA_ENV_SETTINGS
+#undef CFG_EXTRA_ENV_SETTINGS
-#undef CONFIG_SYS_INIT_RAM_ADDR
-#undef CONFIG_SYS_INIT_RAM_SIZE
-#define CONFIG_SYS_INIT_RAM_ADDR 0xFFFDE000
-#define CONFIG_SYS_INIT_RAM_SIZE 0x1000
+#undef CFG_SYS_INIT_RAM_ADDR
+#undef CFG_SYS_INIT_RAM_SIZE
+#define CFG_SYS_INIT_RAM_ADDR 0xFFFDE000
+#define CFG_SYS_INIT_RAM_SIZE 0x1000
#endif /* __CONFIG_ZYNQ_CSE_H */