Commit c59200443072353044aa4bf737a5a60f9a9af231

Authored by Wolfgang Denk
Committed by Wolfgang Denk
1 parent d9831893ab

Release U-Boot 1.1.6

Showing 2 changed files with 46 additions and 1 deletions Side-by-side Diff

  1 +commit 1954be6e9c9421b45d0a9d05b10356acc7563150
  2 +Author: Wolfgang Denk <wd@pollux.denx.de>
  3 +Date: Sun Oct 29 01:03:51 2006 +0200
  4 +
  5 + Automatically adjust ARFLAGS so "make -s" is really silent.
  6 +
  7 +commit fae684e89844856383bdf101440889557df3e6b1
  8 +Author: Stefan Roese <sr@denx.de>
  9 +Date: Sat Oct 28 16:45:00 2006 +0200
  10 +
  11 + [PATCH] omap925.c: Remove unused functions
  12 +
  13 + Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
  14 + Signed-off-by: Stefan Roese <sr@denx.de>
  15 +
  16 +commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
  17 +Author: Stefan Roese <sr@denx.de>
  18 +Date: Sat Oct 28 17:12:58 2006 +0200
  19 +
  20 + [PATCH] Add some missing machtypes for netstar & voiceblue boards
  21 +
  22 + Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
  23 + numbers in code.
  24 +
  25 + Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
  26 + Signed-off-by: Stefan Roese <sr@denx.de>
  27 +
  28 +commit 856f054410cef52d868feb330168b2a4c4091328
  29 +Author: Stefan Roese <sr@denx.de>
  30 +Date: Sat Oct 28 15:55:52 2006 +0200
  31 +
  32 + [PATCH] NAND: Partition name support added to NAND subsystem
  33 +
  34 + chpart, nboot and NAND subsystem related commands now accept also partition
  35 + name to specify offset.
  36 +
  37 + Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
  38 + Signed-off-by: Stefan Roese <sr@denx.de>
  39 +
  40 +commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
  41 +Author: Wolfgang Denk <wd@pollux.denx.de>
  42 +Date: Sat Oct 28 02:29:44 2006 +0200
  43 +
  44 + Update CHANGELOG.
  45 +
1 46 commit 2751a95abd1b96911081c357e96a12fa97b40dee
2 47 Author: Wolfgang Denk <wd@pollux.denx.de>
3 48 Date: Sat Oct 28 02:29:14 2006 +0200
... ... @@ -23,7 +23,7 @@
23 23  
24 24 VERSION = 1
25 25 PATCHLEVEL = 1
26   -SUBLEVEL = 5
  26 +SUBLEVEL = 6
27 27 EXTRAVERSION =
28 28 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
29 29 VERSION_FILE = $(obj)include/version_autogenerated.h