drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCH

Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6496 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2011-04-14 20:21:49 +00:00
committed by Stefan Reinauer
parent 6108958764
commit 8902502c4a
8 changed files with 7 additions and 17 deletions

View File

@@ -5,7 +5,7 @@
SECTIONS {
/* Trigger an error if I have an unuseable start address */
_bogus = ASSERT(_start >= 0xffff0000, "_start too low. Please decrease CONFIG_ROM_IMAGE_SIZE");
_bogus = ASSERT(_start >= 0xffff0000, "_start too low. Please report.");
_ROMTOP = 0xfffffff0;
. = _ROMTOP;
.reset . : {