diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-04-27 17:22:39 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-04-27 17:22:39 +0000 |
commit | 3ce1b56feb2e99d27bcf7911880dda6950136936 (patch) | |
tree | c2c600879b94b242dd18714cd10dc083b8fd795f /conf/machine | |
parent | 22ac273df7f61176476381d2ee82cdca74867b6e (diff) |
Specify UBOOT_MACHINE for at32stk1000. Move to PREFERRED_VERSION_u-boot 1.3.2.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/at32stk1000.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index 15e3c85ec5..13523ee1e5 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -22,8 +22,9 @@ ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" KERNEL_IMAGETYPE = "uImage" -PREFERRED_VERSION_u-boot = "1.1.4" +PREFERRED_VERSION_u-boot = "1.3.2" +UBOOT_MACHINE = "atstk1002_config" UBOOT_ENTRYPOINT = "0x90000000" UBOOT_LOADADDRESS = "0x10000000" |