beagleboard: add x-load and u-boot depends

The Beagleboard xM requires x-load and u-boot to be installed
on the MMC as it has no NAND (as of rev B and onward).

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Darren Hart 2011-01-17 16:35:39 -08:00 committed by Richard Purdie
parent f2dc7fadd8
commit fb07e93b8e
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ GUI_MACHINE_CLASS = "bigscreen"
#Ship all kernel modules till the board support has matured enough #Ship all kernel modules till the board support has matured enough
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
# Allow for MMC booting (required by the NAND-less Beagleboard XM)
EXTRA_IMAGEDEPENDS += "u-boot x-load"
#include conf/machine/include/tune-arm1136jf-s.inc #include conf/machine/include/tune-arm1136jf-s.inc
include conf/machine/include/tune-cortexa8.inc include conf/machine/include/tune-cortexa8.inc