diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-02 16:56:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-02 16:56:19 +0000 |
commit | 73a904e7583df04f08458005afe462b60f8c006e (patch) | |
tree | d802deee86da7fccb7d1ddb98f749cf4cb1338d6 | |
parent | 42a2daf8669e6c2229c8880e0cc80a1a26f66e81 (diff) | |
parent | cd03b0435ea8f96b9487c8e6ee58253b3e593c2b (diff) |
merge of '5dde2d982b4415230cf4fcc1095f4a732837813a'
and 'e546707be8f44437449d19908d966d7a62798618'
-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 d1e19aa3e4..cbd82fa467 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -32,6 +32,8 @@ KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "0x80008000" UBOOT_LOADADDRESS = "0x80008000" +PREFERRED_VERSION_u-boot = "git" +EXTRA_IMAGEDEPENDS += "u-boot x-load" # and sdio MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa" |