aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/afeb9260.conf
diff options
context:
space:
mode:
authorSergey Lapin <slapin@ossfans.org>2009-05-14 14:59:20 +0400
committerSergey Lapin <slapin@ossfans.org>2009-05-14 18:27:48 +0400
commit5abc720bf33bf0311a5c5b6fae294c99a2ca7623 (patch)
tree79186d58a2c369365d209ab1d3e0f38c62eeadd6 /conf/machine/afeb9260.conf
parentcfbb95b3bb62ce2ada4fdd7897a0af0a38b4b628 (diff)
downloadopenembedded-5abc720bf33bf0311a5c5b6fae294c99a2ca7623.tar.gz
AFEB9260: add 180MHz config, split machine conf
I really do this just because I need to support 2 board variants 180 MHz and default 166MHz. Each one needs different setup for at91bootstrap and (probably) u-boot.
Diffstat (limited to 'conf/machine/afeb9260.conf')
-rw-r--r--conf/machine/afeb9260.conf27
1 files changed, 1 insertions, 26 deletions
diff --git a/conf/machine/afeb9260.conf b/conf/machine/afeb9260.conf
index dc85cce102..32c87e16bc 100644
--- a/conf/machine/afeb9260.conf
+++ b/conf/machine/afeb9260.conf
@@ -1,26 +1 @@
-#@TYPE: Machine
-#@Name: Atmel AT91SAM9260EK Development Platform
-#@DESCRIPTION: Machine.inciguration for the at91sam9260ek development board with a at91sam9260 processor
-
-TARGET_ARCH = "arm"
-#PACKAGE_EXTRA_ARCHS = "armv4t armv5te"
-
-PREFERRED_PROVIDER_virtual/kernel = "linux"
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
-XSERVER = "xserver-kdrive-fbdev"
-
-KERNEL_IMAGETYPE = "uImage"
-
-#don't try to access tty1
-USE_VT = "0"
-
-MACHINE_FEATURES = "kernel26 ext2 usbhost usbgadget"
-EXTRA_IMAGEDEPENDS += "at91bootstrap u-boot"
-
-# used by sysvinit_2
-SERIAL_CONSOLE = "115200 ttyS0"
-IMAGE_FSTYPES ?= "jffs2"
-EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
-
-require conf/machine/include/tune-arm926ejs.inc
-
+include conf/machine/include/afeb9260.inc