[U-Boot] Please pull u-boot-sh/rmobile branch

Hi Tom,
The following changes since commit 90ae53ce1ae665a1b43ecf5ccafc339839392427:
fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long (2017-08-22 08:20:02 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git rmobile
for you to fetch changes up to f7f79b4493b8beeb1de099d1d1c86049b018ef5c:
ARM: rmobile: Enable MMC and USB DM on ULCB (2017-08-26 07:04:49 +0900)
---------------------------------------------------------------- Marek Vasut (12): clk: rmobile: Split R8A7795 and R8A7796 core clock tables ARM: rmobile: Add u-boot, dm-pre-reloc to clock nodes on Gen3 ARM: rmobile: Enable KSZ90X1 PHY on Salvator-X ARM: rmobile: Enable HUSH parser ARM: rmobile: Remove RAVB probing from Salvator-X board ARM: rmobile: Remove RAVB probing from ULCB board ARM: rmobile: Remove Serial SH probing from Salvator-X board ARM: rmobile: Remove Serial SH probing from ULCB board ARM: rmobile: Remove SH SDHI probing from Salvator-X board ARM: rmobile: Remove SH SDHI probing from ULCB board ARM: rmobile: Enable MMC and USB DM on Salvator-X ARM: rmobile: Enable MMC and USB DM on ULCB
arch/arm/dts/r8a7795.dtsi | 4 ++ arch/arm/dts/r8a7796.dtsi | 4 ++ board/renesas/salvator-x/salvator-x.c | 39 +--------- board/renesas/ulcb/ulcb.c | 35 +-------- configs/r8a7795_salvator-x_defconfig | 4 ++ configs/r8a7795_ulcb_defconfig | 3 + configs/r8a7796_salvator-x_defconfig | 4 ++ configs/r8a7796_ulcb_defconfig | 3 + drivers/clk/renesas/clk-rcar-gen3.c | 129 +++++++++++++++++++++++++--------- 9 files changed, 120 insertions(+), 105 deletions(-)

On Sat, Aug 26, 2017 at 07:31:03AM +0900, Nobuhiro Iwamatsu wrote:
Hi Tom,
The following changes since commit 90ae53ce1ae665a1b43ecf5ccafc339839392427:
fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long (2017-08-22 08:20:02 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git rmobile
for you to fetch changes up to f7f79b4493b8beeb1de099d1d1c86049b018ef5c:
ARM: rmobile: Enable MMC and USB DM on ULCB (2017-08-26 07:04:49 +0900)
Reviewed-by: Tom Rini trini@konsulko.com
participants (2)
-
Nobuhiro Iwamatsu
-
Tom Rini