diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-06 09:11:49 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-06 09:11:49 +0200 |
commit | 594a5295448cfc2d97e9b1721efe57c3362635bf (patch) | |
tree | 544d3b15053164714cbb0d318a6e81675f4f30a3 /conf/machine/overo.conf | |
parent | 389043beaee17cd6bc90e5c8e7140fdab51c9ae8 (diff) |
omap3 boards: introduce MACHINE_KERNEL_PR, put it in conf/machine/include/omap3.inc
Diffstat (limited to 'conf/machine/overo.conf')
-rw-r--r-- | conf/machine/overo.conf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/conf/machine/overo.conf b/conf/machine/overo.conf index 2a93ab069d..cb32539928 100644 --- a/conf/machine/overo.conf +++ b/conf/machine/overo.conf @@ -2,18 +2,13 @@ #@NAME: overo machine #@DESCRIPTION: Machine configuration for the Gumstix Overo -include conf/machine/include/tune-cortexa8.inc +require conf/machine/include/omap3.inc TARGET_ARCH = "arm" MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen" -UBOOT_ENTRYPOINT = "0x80008000" -UBOOT_LOADADDRESS = "0x80008000" UBOOT_MACHINE_overo = "omap3_overo_config" -PREFERRED_PROVIDER_virtual/kernel = "linux-omap" - -KERNEL_IMAGETYPE = "uImage" SERIAL_CONSOLE = "115200 ttyS2" IMAGE_FSTYPES += "tar.bz2" |