From 6e01c11a3a337332a919557f1369225730e94e83 Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Thu, 25 Apr 2013 18:00:58 -0700 Subject: [PATCH] exynos5250: uncomment $(INTERMEDIATE) This makes the intermediate rule visible so BL1 gets automatically placed in the final image. BRANCH=none BUG=chrome-os-partner:18734 TEST=Built and booted on Snow Change-Id: Iffb0268e5bbcbe135f2d39863ed64fa302409a22 Signed-off-by: David Hendricks Reviewed-on: https://gerrit.chromium.org/gerrit/49281 Reviewed-by: Gabe Black --- 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 74bc871f36..384d3e0761 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 # Clock is required for UART