aboutsummaryrefslogtreecommitdiff
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 12c850f4e..96093263e 100644
--- a/board/sc520_cdp/u-boot.lds
+++ b/board/sc520_cdp/u-boot.lds
@@ -33,7 +33,7 @@ SECTIONS
. = ALIGN(4);
.rodata : { *(.rodata) *(.rodata.str1.1) *(.rodata.str1.32) }
- . = 0x400000; /* Ram data segment to use */
+ . = 0x400000; /* Ram data segment to use */
_i386boot_romdata_dest = ABSOLUTE(.);
.data : AT ( LOADADDR(.rodata) + SIZEOF(.rodata) ) { *(.data) }
_i386boot_romdata_start = LOADADDR(.data);