diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-14 07:43:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-14 07:43:03 +0000 |
commit | 2019b37bac10cff32469452eb3061e6e8e8aaad4 (patch) | |
tree | 79aa76f03f001988977386a9c13e59cebfe7c57b /conf | |
parent | 7a5c873a58cdc4130eb4a14c5af0960f8ec6d81a (diff) | |
parent | a50f3c05fc84d7d914e6a8287c82581462302bbe (diff) |
propagate from branch 'org.openembedded.dev' (head bbdff51149f19a443ea4c897e2b4eb81eec6283a)
to branch 'org.openembedded.dev.avr32' (head ef59785d9aa6d25f6cf33266a65b61426e620f71)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/at32stk1000.conf | 4 | ||||
-rw-r--r-- | conf/machine/atngw100.conf | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index 2231f80ed2..21ffdda843 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" @@ -21,3 +21,5 @@ ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" KERNEL_IMAGETYPE = "uImage" + +PREFERRED_VERSION_u-boot = "1.1.4"
\ No newline at end of file diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index 4df1030570..76453323ff 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,4 +18,5 @@ SERIAL_CONSOLE = "115200" ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" -KERNEL_IMAGETYPE = "uImage" +PREFERRED_VERSION_u-boot = "1.1.4" +KERNEL_IMAGETYPE = "uImage"
\ No newline at end of file |