summaryrefslogtreecommitdiffstats
path: root/board/shannon/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/shannon/flash.c')
-rw-r--r--board/shannon/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/shannon/flash.c b/board/shannon/flash.c
index 8e0f752193..c340fea52c 100644
--- a/board/shannon/flash.c
+++ b/board/shannon/flash.c
@@ -124,7 +124,7 @@ ulong flash_init(void)
#else
flash_protect(FLAG_PROTECT_SET,
CFG_FLASH_BASE,
- CFG_FLASH_BASE + _armboot_end_data - _armboot_start,
+ CFG_FLASH_BASE + monitor_flash_len - 1,
&flash_info[0]);
flash_protect(FLAG_PROTECT_SET,
OpenPOWER on IntegriCloud