
Dear Tom Rini.
Please pull u-boot-sh master branch.
The following changes since commit 11ada9225a16ed2d8ddbf0715a2416245a777cbc:
Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh (2014-11-05 13:11:18 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git master
for you to fetch changes up to 570dd7f441c2d2d2e83a9345608801c92e7d2c6f:
sh: Move SH_32BIT to Kconfig (2014-11-17 13:16:20 +0900)
---------------------------------------------------------------- Masahiro Yamada (4): sh: use more descriptive prompts for board select menu sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig sh: consolidate CONFIG_SYS_CPU defines sh: define CONFIG_CPU_SH4A for some boards
Nobuhiro Iwamatsu (1): sh: Move SH_32BIT to Kconfig
Wolfgang Denk (1): board/renesas/ecovec/ecovec.c: fix buffer overflow
arch/sh/Kconfig | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------- arch/sh/cpu/sh2/config.mk | 4 ++-- arch/sh/cpu/sh3/config.mk | 2 +- arch/sh/cpu/sh4/config.mk | 2 +- arch/sh/include/asm/cache.h | 4 ++-- arch/sh/include/asm/processor.h | 6 +++--- arch/sh/lib/Makefile | 2 +- board/alphaproject/ap_sh4a_4a/Kconfig | 3 --- board/espt/Kconfig | 3 --- board/mpr2/Kconfig | 3 --- board/ms7720se/Kconfig | 3 --- board/ms7722se/Kconfig | 3 --- board/ms7750se/Kconfig | 3 --- board/renesas/MigoR/Kconfig | 3 --- board/renesas/ap325rxa/Kconfig | 3 --- board/renesas/ecovec/Kconfig | 3 --- board/renesas/ecovec/ecovec.c | 2 +- board/renesas/r0p7734/Kconfig | 3 --- board/renesas/r2dplus/Kconfig | 3 --- board/renesas/r7780mp/Kconfig | 3 --- board/renesas/rsk7203/Kconfig | 3 --- board/renesas/rsk7264/Kconfig | 3 --- board/renesas/rsk7269/Kconfig | 3 --- board/renesas/sh7752evb/Kconfig | 3 --- board/renesas/sh7753evb/Kconfig | 3 --- board/renesas/sh7757lcr/Kconfig | 3 --- board/renesas/sh7763rdp/Kconfig | 3 --- board/renesas/sh7785lcr/Kconfig | 3 --- board/shmin/Kconfig | 3 --- configs/sh7752evb_defconfig | 1 + configs/sh7753evb_defconfig | 1 + configs/sh7757lcr_defconfig | 1 + configs/sh7785lcr_32bit_defconfig | 2 +- drivers/serial/serial_sh.h | 2 +- include/configs/rsk7203.h | 1 - include/configs/rsk7264.h | 1 - include/configs/rsk7269.h | 1 - include/configs/sh7752evb.h | 1 - include/configs/sh7753evb.h | 1 - include/configs/sh7757lcr.h | 1 - include/sh_tmu.h | 8 ++++---- 41 files changed, 93 insertions(+), 107 deletions(-)