summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2011-04-13 17:20:28 +0200
committerPatrik Ryd <patrik.ryd@linaro.org>2011-04-13 17:20:28 +0200
commitb829dd5a20006ef34f474700869cc46223a2e766 (patch)
tree30028d5f8c4721be60f48542e77d21b406970a4a
parent8d1e680d4a2016b9dba24c35c99ba1bdd993baa2 (diff)
downloadbeagleboard-b829dd5a20006ef34f474700869cc46223a2e766.tar.gz
MLO for beagle
-rw-r--r--BoardConfig.mk3
-rw-r--r--MLObin0 -> 22244 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index e538591..abca945 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -9,7 +9,8 @@ TARGET_NO_KERNEL := false
KERNEL_CONFIG := android_omap3_defconfig
TARGET_USE_UBOOT := true
UBOOT_CONFIG := omap3_beagle_config
-TARGET_USE_XLOADER := false
+TARGET_USE_XLOADER := true
+XLOADER_BINARY := device/linaro/beagleboard/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..aa2bfc8
--- /dev/null
+++ b/MLO
Binary files differ