[U-Boot] Pull request: u-boot-coldfire/master

Hi, Tom,
The following changes since commit 12c79a957804c13c2ba8e6606990fd6bd1f55e9a:
powerpc: delete Wind River SBC8560/8540 support (2012-10-17 09:39:16 -0700)
are available in the git repository at: git://git.denx.de/u-boot-coldfire.git master
Alison Wang (1): ColdFire: uart: fix build failure for missing header files
Jason Jin (2): ColdFire: Fix build error for astro mcf53731 board. ColdFire: Fix the build error for Freescale m5282evb board.
Marek Vasut (5): m68k: Fix wrong assembler instruction in start.S m68k: Fix unused variable warning m68k: Fix unused variable warning in speed.c m68k: Fix unused variable in board.c m68k: net: Fix unused variable in mcfmii.c
Philippe De Muyter (1): m68k: Fix relocation errors in start.S
arch/m68k/cpu/mcf5227x/start.S | 2 +- arch/m68k/cpu/mcf523x/start.S | 2 +- arch/m68k/cpu/mcf52x2/start.S | 2 +- arch/m68k/cpu/mcf532x/start.S | 2 +- arch/m68k/cpu/mcf5445x/cpu_init.c | 3 +- arch/m68k/cpu/mcf5445x/speed.c | 9 ++++- arch/m68k/cpu/mcf547x_8x/start.S | 4 +- arch/m68k/lib/board.c | 3 +- board/astro/mcf5373l/u-boot.lds | 64 ++++++----------------------------- board/freescale/m5282evb/u-boot.lds | 3 ++ drivers/net/mcfmii.c | 4 +-- drivers/serial/mcfuart.c | 2 + 12 files changed, 34 insertions(+), 66 deletions(-)
Please pull, Thanks.
Best Regards, Jason

On Fri, Oct 19, 2012 at 9:08 AM, Jin Zhengxiong-R64188 R64188@freescale.com wrote:
Hi, Tom,
The following changes since commit 12c79a957804c13c2ba8e6606990fd6bd1f55e9a:
powerpc: delete Wind River SBC8560/8540 support (2012-10-17 09:39:16 -0700)
are available in the git repository at: git://git.denx.de/u-boot-coldfire.git master
Alison Wang (1): ColdFire: uart: fix build failure for missing header files
Jason Jin (2): ColdFire: Fix build error for astro mcf53731 board. ColdFire: Fix the build error for Freescale m5282evb board.
Marek Vasut (5): m68k: Fix wrong assembler instruction in start.S m68k: Fix unused variable warning m68k: Fix unused variable warning in speed.c m68k: Fix unused variable in board.c m68k: net: Fix unused variable in mcfmii.c
Philippe De Muyter (1): m68k: Fix relocation errors in start.S
arch/m68k/cpu/mcf5227x/start.S | 2 +- arch/m68k/cpu/mcf523x/start.S | 2 +- arch/m68k/cpu/mcf52x2/start.S | 2 +- arch/m68k/cpu/mcf532x/start.S | 2 +- arch/m68k/cpu/mcf5445x/cpu_init.c | 3 +- arch/m68k/cpu/mcf5445x/speed.c | 9 ++++- arch/m68k/cpu/mcf547x_8x/start.S | 4 +- arch/m68k/lib/board.c | 3 +- board/astro/mcf5373l/u-boot.lds | 64 ++++++----------------------------- board/freescale/m5282evb/u-boot.lds | 3 ++ drivers/net/mcfmii.c | 4 +-- drivers/serial/mcfuart.c | 2 + 12 files changed, 34 insertions(+), 66 deletions(-)
Please pull, Thanks.
Applied to u-boot/master, thanks! Please note that I see:
cpu_init.c: In function ???cpu_init_f???: cpu_init.c:47:9: warning: unused variable ???pll??? cpu_init.c:46:10: warning: unused variable ???fbcs??? cpu_init.c:44:10: warning: unused variable ???scm1???
Using the uclinux prebuilt toolchain, please fix these warnings. Thanks!
participants (2)
-
Jin Zhengxiong-R64188
-
Tom Rini