diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-03-13 20:42:25 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-06 10:42:51 +0200 |
commit | fba2f2496d1855a307b8279ff947c770ad507e0b (patch) | |
tree | 7068edf1069501d29e21ebd004372ca74b092e2e /conf/machine/at32stk1000.conf | |
parent | 2b0bd3ae7fa508106813113f12f3a4e11e03101f (diff) |
Update sam9260/1/3 and ap7000 (stk100,ngw100) to use linux-2.6.28, u-boot-2009.01 and at91bootstrap-2.10
Diffstat (limited to 'conf/machine/at32stk1000.conf')
-rw-r--r-- | conf/machine/at32stk1000.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index 7a7370263a..d821d661a9 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -2,10 +2,10 @@ #@Name: Atmel STK1000 AVR32AP7000 Development Platform #@DESCRIPTION: Atmel STK1000 AVR32AP7000 Development Platform - TARGET_ARCH = "avr32" PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.28" PREFERRED_PROVIDER_xserver = "xserver-kdrive" #don't try to access tty1 @@ -22,7 +22,7 @@ ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" KERNEL_IMAGETYPE = "uImage" -PREFERRED_VERSION_u-boot = "1.3.2" +PREFERRED_VERSION_u-boot = "2009.01" UBOOT_MACHINE = "atstk1002_config" UBOOT_ENTRYPOINT = "0x90000000" |