summaryrefslogtreecommitdiffstats
path: root/board/ssv/adnpesc1/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ssv/adnpesc1/flash.c')
-rw-r--r--board/ssv/adnpesc1/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ssv/adnpesc1/flash.c b/board/ssv/adnpesc1/flash.c
index fd8379b1b8..261406885e 100644
--- a/board/ssv/adnpesc1/flash.c
+++ b/board/ssv/adnpesc1/flash.c
@@ -36,7 +36,7 @@
/*---------------------------------------------------------------------*/
#define BANKSZ (8 * 1024 * 1024)
#define SECTSZ (64 * 1024)
-#define UBOOTSECS ((CFG_MONITOR_LEN + CFG_ENV_SIZE) / SECTSZ)
+#define UBOOTSECS ((CFG_MONITOR_LEN + CONFIG_ENV_SIZE) / SECTSZ)
#define UBOOTAREA (UBOOTSECS * 64 * 1024) /* monitor / env area */
/*---------------------------------------------------------------------*/
OpenPOWER on IntegriCloud