David Hendricks (dhendrix@chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3141
-gerrit
commit da9b30280ea7111832e38d2f42ff98f48f65f0c4 Author: David Hendricks dhendrix@chromium.org Date: Thu Apr 25 18:00:58 2013 -0700
exynos5250: uncomment $(INTERMEDIATE)
This makes the intermediate rule visible so BL1 gets automatically placed in the final image.
Change-Id: Iffb0268e5bbcbe135f2d39863ed64fa302409a22 Signed-off-by: David Hendricks dhendrix@chromium.org --- src/cpu/samsung/exynos5250/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cpu/samsung/exynos5250/Makefile.inc b/src/cpu/samsung/exynos5250/Makefile.inc index 25d1bc5..403c198 100644 --- a/src/cpu/samsung/exynos5250/Makefile.inc +++ b/src/cpu/samsung/exynos5250/Makefile.inc @@ -1,7 +1,7 @@ # Run an intermediate step when producing coreboot.rom # that adds additional components to the final firmware # image outside of CBFS -#INTERMEDIATE += exynos5250_add_bl1 +INTERMEDIATE += exynos5250_add_bl1
bootblock-y += pinmux.c mct.c power.c # Clock is required for UART