aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2012-07-26 15:16:02 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2012-07-26 15:38:44 +0000
commite2ca799e6bf514460ee97016782ff79497ddd533 (patch)
tree2fb6354ddc97a4733fb6d2fcade2be53ee6a2bdd
parent268c3d1a263c89be4635e160228f1881f01c0aef (diff)
downloadorigen-e2ca799e6bf514460ee97016782ff79497ddd533.tar.gz
origen: Set TARGET_BOOTLOADER_TYPE=uboot
Build uImage and uInitrd instead of kernel and ramdisk.img by setting TARGET_BOOTLOADER_TYPE := uboot Change-Id: I4092e9933862f408a8ff264152d6e8a612d8b1a5 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index bc8c7f4..d0b6cc7 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -55,3 +55,6 @@ TARGET_USE_GATOR := true
BOARD_HAVE_CODEC_SUPPORT := SAMSUNG_CODEC_SUPPORT
BOARD_HAVE_HDMI_SUPPORT := SAMSUNG_HDMI_SUPPORT
+
+# Build uImage and uInitrd instead of kernel and ramdisk.img
+TARGET_BOOTLOADER_TYPE := uboot