summaryrefslogtreecommitdiff
path: root/board/sc520_cdp/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/sc520_cdp/u-boot.lds')
-rw-r--r--board/sc520_cdp/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sc520_cdp/u-boot.lds b/board/sc520_cdp/u-boot.lds
index ac8d3dbecd..fbab9b85f2 100644
--- a/board/sc520_cdp/u-boot.lds
+++ b/board/sc520_cdp/u-boot.lds
@@ -27,7 +27,7 @@ ENTRY(_start)
SECTIONS
{
- . = 0x387e0000; /* Where bootcode in the flash is mapped */
+ . = 0x387c0000; /* Where bootcode in the flash is mapped */
.text : { *(.text); }
. = ALIGN(4);