summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-04-11 17:13:08 +0200
committerPatrik Ryd <patrik.ryd@linaro.org>2011-04-14 11:06:38 +0200
commit01a87c2e5af926cd76aff9e3eeee867cd8609dea (patch)
tree9b0f8988bf320f7ebdce3888b2718766439a87f7
parent15034a230892055065d09bb31274909009ab7b65 (diff)
downloadpandaboard-01a87c2e5af926cd76aff9e3eeee867cd8609dea.tar.gz
MLO for panda
-rw-r--r--BoardConfig.mk3
-rw-r--r--MLObin0 -> 22072 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 5314353..d517f6b 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -9,7 +9,8 @@ TARGET_NO_KERNEL := false
KERNEL_CONFIG := android_omap4_defconfig
TARGET_USE_UBOOT := true
UBOOT_CONFIG := omap4_panda_config
-TARGET_USE_XLOADER := false
+TARGET_USE_XLOADER := true
+XLOADER_BINARY := device/linaro/pandaboard/MLO
TARGET_NO_RECOVERY := true
TARGET_NO_RADIOIMAGE := true
TARGET_PROVIDES_INIT_RC := true
diff --git a/MLO b/MLO
new file mode 100644
index 0000000..f8b99fc
--- /dev/null
+++ b/MLO
Binary files differ