From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Rae Date: Tue, 21 Jun 2016 16:43:03 -0700 Subject: [U-Boot] [PATCH 0/4] This series contains minor updates for the bcm23550: Message-ID: <1466552587-9953-1-git-send-email-srae@broadcom.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de (1) implement Kconfig options which have been recently applied, and (2) fix two outstanding issues. Chris Brand (1): arm: bcm235xx: fix kps ccu Steve Rae (3): arm: bcm235xx: choose 8-bit phy bus width arm: bcm235xx: implement the boot0 hook code arm: bcm235xx: update clock framework arch/arm/cpu/armv7/bcm235xx/clk-bcm235xx.c | 6 +----- arch/arm/cpu/armv7/bcm235xx/clk-core.c | 10 +++++----- arch/arm/include/asm/arch-bcm235xx/boot0.h | 15 +++++++++++++++ configs/bcm23550_w1d_defconfig | 2 ++ include/configs/bcm23550_w1d.h | 1 - 5 files changed, 23 insertions(+), 11 deletions(-) create mode 100644 arch/arm/include/asm/arch-bcm235xx/boot0.h -- 1.8.5