From: Bernhard Urban Date: Fri, 6 Apr 2012 12:27:33 +0000 (+0200) Subject: linker script: hax :/ X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=a145fc5d0bb3bb36f627316075ad06d56f4d4764 linker script: hax :/ --- diff --git a/src/arch/x86/init/bootblock.ld b/src/arch/x86/init/bootblock.ld index ca4e82021..9c8485af6 100644 --- a/src/arch/x86/init/bootblock.ld +++ b/src/arch/x86/init/bootblock.ld @@ -53,5 +53,6 @@ SECTIONS } _bogus = ASSERT((SIZEOF(.car.data) <= CONFIG_DCACHE_RAM_SIZE), "Cache as RAM area is too full"); - _bogus = ASSERT((SIZEOF(.bss) + SIZEOF(.data)) == 0 || CONFIG_CPU_AMD_AGESA, "Do not use global variables in romstage"); +/* _bogus = ASSERT((SIZEOF(.bss) + SIZEOF(.data)) == 0 || CONFIG_AMD_AGESA, "Do not use global variables in romstage"); + */ }