diff options
Diffstat (limited to 'conf/machine/beagleboard.conf')
-rw-r--r-- | conf/machine/beagleboard.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index a5f39cd8b3..600f2aa373 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -34,6 +34,8 @@ KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "0x80008000" UBOOT_LOADADDRESS = "0x80008000" +UBOOT_MACHINE = "omap3_beagle_config" + PREFERRED_VERSION_u-boot = "git" EXTRA_IMAGEDEPENDS += "u-boot x-load" |