diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-25 09:48:20 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-25 09:48:20 +0000 |
commit | 7c5bc89adb77e43675ae90149d496fa1ec94add7 (patch) | |
tree | ff2abcaf108738ce3fe0471028ce028cc2519359 /conf/machine | |
parent | b5861b703edbf936d8e181e524e20fd856b356a7 (diff) |
kb9202: initial configuration for KwikByte KB9202 devboard
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/kb9202.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/kb9202.conf b/conf/machine/kb9202.conf new file mode 100644 index 0000000000..0e9c0d3b92 --- /dev/null +++ b/conf/machine/kb9202.conf @@ -0,0 +1,20 @@ +#@TYPE: Machine +#@Name: KwikByte KB9202 devboard +#@DESCRIPTION: Machine configuration for KwikByte KB9202 devboard + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t" + +require conf/machine/include/tune-arm920t.conf + +# used by sysvinit_2 +# Needs at91 serial port +#SERIAL_CONSOLE = "57600 ttyAM0" + +# used by some images +# 16MB nor + 32MB nand +ROOT_FLASH_SIZE = "12" + +MACHINE_FEATURES = "kernel26 usbhost usbgadget irda" |