mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 08:59:33 +00:00
Prepare v2009.06-rc1
Update CHANGELOG. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
6b2beb5626
commit
6b8edfde22
2 changed files with 34 additions and 2 deletions
32
CHANGELOG
32
CHANGELOG
|
@ -1,3 +1,35 @@
|
||||||
|
commit d45bb538e8898ff0f2dcfed6b95e97c7b9afed9d
|
||||||
|
Author: Wolfgang Denk <wd@denx.de>
|
||||||
|
Date: Fri May 1 21:59:12 2009 +0200
|
||||||
|
|
||||||
|
Prepare v2009.06-rc1
|
||||||
|
|
||||||
|
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
||||||
|
|
||||||
|
commit 6b2beb5626a143ca5347e7d2c6005be9936c1fbb
|
||||||
|
Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
|
||||||
|
Date: Fri May 1 15:38:06 2009 +0200
|
||||||
|
|
||||||
|
at91: remove lowlevel_init.S
|
||||||
|
|
||||||
|
lowlevel_init.S is not used any more so remove it.
|
||||||
|
As consequence, we also don't have to generate u-boot.lds
|
||||||
|
but can use a static version as before.
|
||||||
|
|
||||||
|
This also fixes the out-of-tree build problem introduced
|
||||||
|
with commit f0a2c7b4 "at91: add support for the PM9263 board"
|
||||||
|
|
||||||
|
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
|
||||||
|
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
||||||
|
|
||||||
|
commit 0ee7a310479640ef17ce2fc0f6c13cf7961d2330
|
||||||
|
Author: Wolfgang Denk <wd@denx.de>
|
||||||
|
Date: Fri May 1 00:16:11 2009 +0200
|
||||||
|
|
||||||
|
Update CHANGELOG; minor coding style cleanup.
|
||||||
|
|
||||||
|
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
||||||
|
|
||||||
commit d3a513c23ba4100d6983161cdc1f747dfd087bbd
|
commit d3a513c23ba4100d6983161cdc1f747dfd087bbd
|
||||||
Author: Manikandan Pillai <mani.pillai@ti.com>
|
Author: Manikandan Pillai <mani.pillai@ti.com>
|
||||||
Date: Tue Apr 21 17:29:05 2009 +0200
|
Date: Tue Apr 21 17:29:05 2009 +0200
|
||||||
|
|
4
Makefile
4
Makefile
|
@ -22,9 +22,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION = 2009
|
VERSION = 2009
|
||||||
PATCHLEVEL = 03
|
PATCHLEVEL = 06
|
||||||
SUBLEVEL =
|
SUBLEVEL =
|
||||||
EXTRAVERSION =
|
EXTRAVERSION = -rc1
|
||||||
ifneq "$(SUBLEVEL)" ""
|
ifneq "$(SUBLEVEL)" ""
|
||||||
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
|
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue