From dfad17de0293a56f68626ce47bfc14300f15e15c Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Thu, 25 Apr 2013 18:00:58 -0700 Subject: 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 Reviewed-on: http://review.coreboot.org/3141 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- src/cpu/samsung/exynos5250/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu') diff --git a/src/cpu/samsung/exynos5250/Makefile.inc b/src/cpu/samsung/exynos5250/Makefile.inc index 25d1bc57b8..403c198fa5 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 -- cgit v1.2.3