summaryrefslogtreecommitdiff
path: root/include/configs/lpd7a404.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/lpd7a404.h')
-rw-r--r--include/configs/lpd7a404.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/lpd7a404.h b/include/configs/lpd7a404.h
index 7ea4342a1b..9c95913411 100644
--- a/include/configs/lpd7a404.h
+++ b/include/configs/lpd7a404.h
@@ -37,7 +37,7 @@
/*
* Size of malloc() pool
*/
-#define CFG_MALLOC_LEN (CFG_ENV_SIZE + 128*1024)
+#define CFG_MALLOC_LEN (CONFIG_ENV_SIZE + 128*1024)
#define CFG_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */
/*
@@ -113,7 +113,7 @@
#define CONFIG_ENV_IS_IN_FLASH 1
/* Address and size of Primary Environment Sector */
-#define CFG_ENV_ADDR (CFG_FLASH_BASE + 0xFC0000)
-#define CFG_ENV_SIZE 0x40000
+#define CONFIG_ENV_ADDR (CFG_FLASH_BASE + 0xFC0000)
+#define CONFIG_ENV_SIZE 0x40000
#endif /* __LPD7A404_H_ */