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

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu Dec 12 22:19:34 CET 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4399

-gerrit

commit dc9a6615117efe6c16dc6721528299632d1fc9cf
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