From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Oct 2014 02:28:36 +0100 Subject: [U-Boot] [PULL] u-boot-socfpga/master Message-ID: <201410270228.36251.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit 5b3ee386fde82a1ba42ff09b95247842c9a1585e: kbuild: clear VENDOR variable to fix build error on tcsh (2014-10-23 16:35:12 -0400) are available in the git repository at: git://git.denx.de/u-boot-socfpga.git master for you to fetch changes up to 20cadbbe2e0425783855f6ae90ef82aa0db63155: arm: socfpga: config: Add USB support example (2014-10-27 02:26:24 +0100) ---------------------------------------------------------------- Andreas Bie?mann (1): tools/socfpgaimage.c: fix build on darwin Marek Vasut (4): arm: socfpga: Move code from misc_init_r() to arch_early_init_r() arm: socfpga: Zap spl.h and ad-hoc related syms arm: socfpga: Zap CONFIG_EPHY[01]_PHY_ADDR macro arm: socfpga: config: Add USB support example arch/arm/cpu/armv7/socfpga/misc.c | 2 +- arch/arm/cpu/armv7/socfpga/u-boot-spl.lds | 9 --------- arch/arm/include/asm/arch-socfpga/spl.h | 15 --------------- arch/arm/include/asm/spl.h | 2 +- include/configs/socfpga_common.h | 34 +++++++++++++++++++++++++++------- include/configs/socfpga_cyclone5.h | 2 -- tools/socfpgaimage.c | 16 ++++++++-------- 7 files changed, 37 insertions(+), 43 deletions(-) delete mode 100644 arch/arm/include/asm/arch-socfpga/spl.h