
On Sat, Jul 05, 2014 at 10:18:48AM +0200, Albert ARIBAUD wrote:
Hi Tom,
The following changes since commit 4009bed4694892716d280fcb088899b566c5c986:
Reformat boards.cfg (2014-07-05 00:36:57 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
for you to fetch changes up to 23f23f23d509e8e873797884456070c8a47d72b2:
socfpga: Relocate arch common functions away from board (2014-07-05 10:14:46 +0200)
Chin Liang See (1): socfpga: Relocate arch common functions away from board
Christian Riesch (1): arm, calimain: Add CONFIG_SYS_GENERIC_BOARD
Jeroen Hofstee (1): arm: spl: fix include guard
Linus Walleij (1): integrator: switch to generic board
Shaibal.Dutta (1): arm: Fix armv8 compilation error
Stephen Warren (1): ARM: rpi_b: enable GENERIC_BOARD
Łukasz Dałek (1): arm:board:h2200: Add CONFIG_SYS_GENERIC_BOARD
arch/arm/cpu/armv7/socfpga/misc.c | 24 ++++++++++++++++++++++++ arch/arm/include/asm/arch-keystone/spl.h | 2 +- arch/arm/include/asm/arch-sunxi/spl.h | 2 +- arch/arm/include/asm/proc-armv/system.h | 2 +- board/altera/socfpga/socfpga_cyclone5.c | 23 ----------------------- include/configs/calimain.h | 3 ++- include/configs/h2200.h | 1 + include/configs/integrator-common.h | 1 + include/configs/rpi_b.h | 1 + 9 files changed, 32 insertions(+), 27 deletions(-)
Applied to u-boot/master, thanks!