[coreboot-gerrit] Patch set updated for coreboot: bb45c62 arm: Remove __image_copy_end from the ARM linker script

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Sat Dec 21 18:35:19 CET 2013


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4399

-gerrit

commit bb45c62db90cd14ba8876b6156626d7631c3b85d
Author: Gabe Black <gabeblack at google.com>
Date:   Tue Jul 30 13:46:58 2013 -0700

    arm: Remove __image_copy_end from the ARM linker script
    
    That symbol isn't used by anything and doesn't appear in other linker scripts.
    
    Change-Id: Iab54ecb3be2e262d7674ef8ee7ed13ea2e5b56f3
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: https://gerrit.chromium.org/gerrit/63776
    Commit-Queue: Gabe Black <gabeblack at chromium.org>
    Reviewed-by: Gabe Black <gabeblack at chromium.org>
    Tested-by: Gabe Black <gabeblack at chromium.org>
---
 src/arch/armv7/romstage.ld | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/arch/armv7/romstage.ld b/src/arch/armv7/romstage.ld
index 146ba77..14c5bde 100644
--- a/src/arch/armv7/romstage.ld
+++ b/src/arch/armv7/romstage.ld
@@ -73,9 +73,6 @@ SECTIONS
 		_car_data_end = .;
 	}
 
-
-	__image_copy_end = .;
-
 	/* bss does not contain data, it is just a space that should be zero
 	 * initialized on startup. (typically uninitialized global variables)
 	 * crt0.S fills between _bss and _ebss with zeroes.



More information about the coreboot-gerrit mailing list