From cc93b59948038ddfec94543ca8397309a80600a5 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 12 Aug 2007 08:31:02 +0000 Subject: at32stk1000, atngw100: fix machine features and uboot version --- conf/machine/atngw100.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/machine/atngw100.conf') 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" -- cgit 1.2.3-korg