Re: [U-Boot] [PATCH 1/2] arm: socfpga: Enable abort for DE-nano-SoC SPL uboot load from MMC

2017-03-05 Thread Frank Kunz
Am 05.03.2017 um 18:36 schrieb Dalon Westergreen: > On Sun, 2017-03-05 at 18:16 +0100, Marek Vasut wrote: >> On 03/05/2017 01:54 PM, Frank Kunz wrote: >>> >>> This allows the SPL to scan the MMC for a valid uboot image on a second >>> sector location defined by

Re: [U-Boot] [PATCH 1/2] arm: socfpga: Enable abort for DE-nano-SoC SPL uboot load from MMC

2017-03-05 Thread Marek Vasut
On 03/05/2017 06:36 PM, Dalon Westergreen wrote: On Sun, 2017-03-05 at 18:16 +0100, Marek Vasut wrote: On 03/05/2017 01:54 PM, Frank Kunz wrote: This allows the SPL to scan the MMC for a valid uboot image on a second sector location defined by CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR when the

Re: [U-Boot] [PATCH 1/2] arm: socfpga: Enable abort for DE-nano-SoC SPL uboot load from MMC

2017-03-05 Thread Dalon Westergreen
On Sun, 2017-03-05 at 18:16 +0100, Marek Vasut wrote: > On 03/05/2017 01:54 PM, Frank Kunz wrote: > > > > This allows the SPL to scan the MMC for a valid uboot image on a second > > sector location defined by CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR when > > the default location

Re: [U-Boot] [PATCH 1/2] arm: socfpga: Enable abort for DE-nano-SoC SPL uboot load from MMC

2017-03-05 Thread Marek Vasut
On 03/05/2017 01:54 PM, Frank Kunz wrote: This allows the SPL to scan the MMC for a valid uboot image on a second sector location defined by CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR when the default location "CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR + first partition offset" does not contain a

[U-Boot] [PATCH 1/2] arm: socfpga: Enable abort for DE-nano-SoC SPL uboot load from MMC

2017-03-05 Thread Frank Kunz
This allows the SPL to scan the MMC for a valid uboot image on a second sector location defined by CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR when the default location "CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR + first partition offset" does not contain a valid uboot image. Signed-off-by: Frank Kunz