Hudson: Port to 64bit

Bring http://review.coreboot.org/#/c/10582/ to Hudson

Change-Id: I1ba3047699c304a769215fe901dc3511bf23199d
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/11022
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Stefan Reinauer
2015-07-21 12:52:34 -07:00
committed by Stefan Reinauer
parent 77a1d1adae
commit fce128cdfb
2 changed files with 16 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ static int bus_claimed = 0;
#define AMD_SB_SPI_TX_LEN 8
#endif
static u32 spibar;
static uintptr_t spibar;
static inline uint8_t spi_read(uint8_t reg)
{