
Tom,
The following changes since commit b8aa55cb6414e512cce30bb7db3268eea934466d:
common: move init_helpers.h prototypes in init.h (2018-03-16 14:56:59 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-fsl-qoriq.git
for you to fetch changes up to 3386c73d46fa4624a6bec00f304261f9fe814299:
LS2088ARDB: Secure Boot: Fix fall back option failure (2018-03-20 08:30:52 -0700)
---------------------------------------------------------------- Ashish Kumar (4): armv8: ls1088qds: Remove CONFIG_ from local defines for FPGA armv8: ls1088a: Add clock related function in CONFIG_SPL_BUILD armv8: ls1088a: Add i2c_early_init() func for LS1088AQDS armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088
Vinitha V Pillai (1): LS2088ARDB: Secure Boot: Fix fall back option failure
arch/arm/dts/fsl-ls1088a-qds.dts | 37 ++++++++++++++++++++++ arch/arm/dts/fsl-ls1088a.dtsi | 5 +++ board/freescale/ls1088a/MAINTAINERS | 2 ++ board/freescale/ls1088a/ls1088a.c | 5 ++- configs/ls1088aqds_defconfig | 43 ++++++++++++++++++++++++++ configs/ls1088aqds_sdcard_ifc_defconfig | 54 +++++++++++++++++++++++++++++++++ include/configs/ls1088aqds.h | 28 +++++++++-------- include/configs/ls2080ardb.h | 14 ++++----- 8 files changed, 167 insertions(+), 21 deletions(-) create mode 100644 configs/ls1088aqds_defconfig create mode 100644 configs/ls1088aqds_sdcard_ifc_defconfig
Thanks.
York