diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-13 17:42:01 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-13 17:42:01 +0000 |
commit | 09e7470044870bef9d000b4a725d1c24626314f0 (patch) | |
tree | f191017f650349576392ef98300b40b0a68ef672 /conf | |
parent | a569a19e6d0652551a5cfb00e6f9d913a2b25b32 (diff) |
omap5912osk: move PREF_VER of kernel to distro config
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/omap5912osk.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/omap5912osk.conf b/conf/machine/omap5912osk.conf index ea86d0c5cc..f7371dec18 100644 --- a/conf/machine/omap5912osk.conf +++ b/conf/machine/omap5912osk.conf @@ -13,10 +13,6 @@ PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" PREFERRED_VERSION_u-boot = "LABEL.2006.06.30.2020" -# Use current git until I can find a git tag that builds for omap5912osk -PREFERRED_VERSION_linux-omap1 = "2.6.x+git" -#PREFERRED_VERSION_linux-omap1 = "2.6.12-rc2" - SERIAL_CONSOLE ?= "115200 ttyS0" EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" |