summaryrefslogtreecommitdiffstats
path: root/src/bootloader.ld
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2016-04-28 15:23:28 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-05-02 15:35:27 -0400
commit3475e82c44ae47a09777068867e18ca92b3da09b (patch)
treefed81e5e43ac91eac06cb3861a722dbf281b99bd /src/bootloader.ld
parent350a434f7132e332ceda2da898cdb8d0d20c2e67 (diff)
downloadtalos-hostboot-3475e82c44ae47a09777068867e18ca92b3da09b.tar.gz
talos-hostboot-3475e82c44ae47a09777068867e18ca92b3da09b.zip
Change alignment of Bootloader data section
Use 0x0400 rather than 0x1000 for aligning the Bootloader data section. Makes Bootloader .bin size smaller and helps with a seeprom 128k boundary problem. Change-Id: I3e4f02213f704db22fdc875a2325352aae483cdf RTC: 152752 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23802 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/bootloader.ld')
-rw-r--r--src/bootloader.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootloader.ld b/src/bootloader.ld
index fbee6ccc8..b075f53bc 100644
--- a/src/bootloader.ld
+++ b/src/bootloader.ld
@@ -45,7 +45,7 @@ SECTIONS
}
.rodata ALIGN(0x8): {
- __minimum_data_start_addr = ALIGN(0x1000);
+ __minimum_data_start_addr = ALIGN(0x400);
ctor_start_address = .;
*(.ctors)
*(.ctors.*)
OpenPOWER on IntegriCloud