diff options
Diffstat (limited to 'board/sc520_cdp/u-boot.lds')
-rw-r--r-- | board/sc520_cdp/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sc520_cdp/u-boot.lds b/board/sc520_cdp/u-boot.lds index ac8d3db..fbab9b8 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); |