coreboot/src
Denis 'GNUtoo' Carikli ec6f043c25 llshell: fix build without romcc
Without that fix we have:
      LINK       cbfs/fallback/romstage_null.debug
  build/generated/crt0.romstage.o: In function `ramtest':
  romstage.c:(.rom.text+0x53f): undefined reference to `.Lhlt'
  collect2: ld returned 1 exit status
  make: *** [build/cbfs/"fallback"/romstage_null.debug] Error 1
On the M4A785T-M which doesn't have CONFIG_ROMCC.

Change-Id: I49eded1d18e996afe9441b85dae04ae30c760dd6
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Reviewed-on: http://review.coreboot.org/1101
Tested-by: build bot (Jenkins)
Reviewed-by: Peter Stuge <peter@stuge.se>
2012-06-14 21:21:06 +02:00
..
arch/x86 llshell: fix build without romcc 2012-06-14 21:21:06 +02:00
boot Hook up MRC cache update 2012-05-11 00:30:03 +02:00
console Implement %zu / %zd in printk 2012-05-26 07:16:40 +02:00
cpu udelay: add missing bus frequency 2012-06-12 10:01:16 +02:00
devices Clean up #ifs 2012-05-08 00:34:34 +02:00
drivers Fix compilation with CONFIG_DEBUG_SPI_FLASH enabled 2012-05-29 11:29:54 +02:00
ec Add EC component for SMSC MEC1308/1310 2012-04-02 18:42:40 +02:00
include Add support for Panther Point to SPI driver 2012-05-30 00:53:11 +02:00
lib Don't loop infinitely long on serial comm failures 2012-05-08 04:34:26 +02:00
mainboard Update SB800 CIMX FADT 2012-06-12 23:35:16 +02:00
northbridge Sandybridge: Remove remnants of FDT support from MRC cache code 2012-05-29 11:27:42 +02:00
southbridge Update SB800 CIMX FADT 2012-06-12 23:35:16 +02:00
superio Unmark source files as executables 2012-05-10 08:44:08 +02:00
vendorcode ChromeOS: Remove remnants of FDT support 2012-05-29 11:28:43 +02:00
Kconfig Converted the FRAMEBUFFER_VESA_MODE to a choice. 2012-05-24 21:54:08 +02:00
Kconfig.deprecated_options