diff options
author | Philip Balister <philip@balister.org> | 2006-08-24 13:15:40 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2006-08-24 13:15:40 +0000 |
commit | 048e8595e8cd1fbd8f90e35892244d81f7d9b6b7 (patch) | |
tree | 5cf0c3fe8451cdadda65dd5a0b5f2d59d13baa9c /conf | |
parent | e8e509c13e2a4473bb43052ac90c0af20c9d4c4a (diff) |
omap5912osk: change prefered version of u-boot to a recent git tag
* Compiles with gcc 4.x
* Compiles for omap5912osk
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/omap5912osk.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/omap5912osk.conf b/conf/machine/omap5912osk.conf index dccc5a227b..49ea6f6b90 100644 --- a/conf/machine/omap5912osk.conf +++ b/conf/machine/omap5912osk.conf @@ -9,6 +9,8 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "linux-omap1" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" +PREFERRED_VERSION_u-boot = "LABEL.2006.06.30.2020" + BOOTSTRAP_EXTRA_RDEPENDS += "modutils-collateral" SERIAL_CONSOLE ?= "115200 ttyS0" |