From f73de9b9752229f95b4c2196ebb96a1bb0740cfb Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 9 Jul 2013 17:48:03 -0700 Subject: [PATCH] Update 3rdparty hash for latest ARM BL1 binaries Change-Id: Ice28114e5f53f510d305cd85d095044e2f4bd7b2 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/3740 Reviewed-by: Gabe Black Reviewed-by: David Hendricks Tested-by: build bot (Jenkins) --- 3rdparty | 2 +- src/cpu/samsung/exynos5250/Makefile.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty b/3rdparty index e934f70a1a..b36cc7e08f 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit e934f70a1a1b06a11ee061c7988c405b1ea5f1ef +Subproject commit b36cc7e08f7337f76997b25ee7344ab8824e268d diff --git a/src/cpu/samsung/exynos5250/Makefile.inc b/src/cpu/samsung/exynos5250/Makefile.inc index d89bc95ce2..6227b2a44a 100644 --- a/src/cpu/samsung/exynos5250/Makefile.inc +++ b/src/cpu/samsung/exynos5250/Makefile.inc @@ -59,5 +59,5 @@ ramstage-y += exynos-tmu.c exynos5250_add_bl1: $(obj)/coreboot.pre printf " DD Adding Samsung Exynos5250 BL1\n" - dd if=3rdparty/cpu/samsung/exynos5250/E5250.nbl1.bin \ + dd if=3rdparty/cpu/samsung/exynos5250/bl1.bin \ of=$(obj)/coreboot.pre conv=notrunc >/dev/null 2>&1