On 11 April 2011 23:14, Patrik Ryd patrik.ryd@linaro.org wrote:
diff --git a/BoardConfig.mk b/BoardConfig.mk index 5314353..457ab4f 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.panda
hi Patrik,
Why can't we simply use 'MLO' as the name of first stage boot loader?
By the way, although we usually call Pandaboard as 'panda', it still makes sense to use the fully qualified name, doesn't it?
Regards, -jserv