From 76e25b66ae1975212b7863eb91437f92443bfef6 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Wed, 12 Feb 2014 15:54:47 -0600 Subject: google boards: Do not hardcode location of spd.bin spd.bin can reside anywhere in CBFS, and we only use CBFS APIs to access and read it. As such, there is no need to hardcode it, and it can collide with mrc.bin or mrc.cache on some boards. Do not use a specific position for spd.bin, but instead let cbfstool find the optimal placement. Change-Id: I496094d3c0de708813494095b7ac4be8addb4112 Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/5210 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/mainboard/samsung/lumpy/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/samsung/lumpy/Makefile.inc') diff --git a/src/mainboard/samsung/lumpy/Makefile.inc b/src/mainboard/samsung/lumpy/Makefile.inc index bd4794220c..bb412ceb00 100644 --- a/src/mainboard/samsung/lumpy/Makefile.inc +++ b/src/mainboard/samsung/lumpy/Makefile.inc @@ -28,4 +28,3 @@ $(SPD_BIN): cbfs-files-y += spd.bin spd.bin-file := $(SPD_BIN) spd.bin-type := 0xab -spd.bin-position := 0xfffdc000 -- cgit v1.2.3