diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-12 08:31:02 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-12 08:31:02 +0000 |
commit | cc93b59948038ddfec94543ca8397309a80600a5 (patch) | |
tree | efcb3b8a7a6be7de7a912ca2830a9c81b00b90ed /conf/machine | |
parent | 37162ccfcde5eadef9635a14219df25aae5456e7 (diff) | |
download | openembedded-cc93b59948038ddfec94543ca8397309a80600a5.tar.gz |
at32stk1000, atngw100: fix machine features and uboot version
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/at32stk1000.conf | 4 | ||||
-rw-r--r-- | conf/machine/atngw100.conf | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index faa4785fb4..5acc5b88fe 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -11,7 +11,7 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" #don't try to access tty1 USE_VT = "0" -MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen" +MACHINE_FEATURES = "kernel26 alsa ext2 usbgadget touchscreen screen" # used by sysvinit_2 SERIAL_CONSOLE = "115200" @@ -19,3 +19,5 @@ SERIAL_CONSOLE = "115200" # used by some images ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" + +PREFERRED_VERSION_u-boot = "1.1.4" diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index b725831321..833282d468 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -9,7 +9,7 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" #don't try to access tty1 USE_VT = "0" -MACHINE_FEATURES = "kernel26 ext2 usbhost usbgadget" +MACHINE_FEATURES = "kernel26 ext2 usbgadget" # used by sysvinit_2 SERIAL_CONSOLE = "115200" @@ -18,3 +18,4 @@ SERIAL_CONSOLE = "115200" ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" +PREFERRED_VERSION_u-boot = "1.1.4" |