diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-13 10:28:43 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-13 10:28:43 +0000 |
commit | 2782d40793564a0defeb865029862aaf9a93417c (patch) | |
tree | 899aab2a148c184f3a8040e8455e56d3b4cbf18e /conf/machine/at91sam9263ek.conf | |
parent | 34507431261c131688bb5c4553be4b813bd5dcd0 (diff) | |
parent | 28ca62fc66a15d032257ad50ee0540b6eb3e5eaa (diff) |
merge of '151a325a6a314faf871bda4dbaf1a03741b81e83'
and '64e4141742ce7b9bb873c115920491a60d6fd60d'
Diffstat (limited to 'conf/machine/at91sam9263ek.conf')
-rw-r--r-- | conf/machine/at91sam9263ek.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/at91sam9263ek.conf b/conf/machine/at91sam9263ek.conf new file mode 100644 index 0000000000..fe0df53cc5 --- /dev/null +++ b/conf/machine/at91sam9263ek.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@Name: Atmel AT91SAM9263EK Development Platform +#@DESCRIPTION: Machine configuration for the at91sam9263ek development board with a at91sam9263 processor + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4t armv5te" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +#don't try to access tty1 +USE_VT = "0" + +MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget screen" + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" + +require conf/machine/include/tune-arm926ejs.conf |