Re: [U-Boot] [PATCH 3/3] davinci: omapl138_lcdk: add MMC/SD SPL boot support

2016-11-22 Thread Sam Protsenko
On Fri, Nov 18, 2016 at 12:23 AM, Tom Rini wrote: > On Wed, Nov 16, 2016 at 05:33:35PM +0100, Fabien Parent wrote: >> Define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR in order to be able >> to boot from MMC/SD. >> >> The SPL is stored at sector 0x75, while u-boot will follow at >> sector 0xb5. >> >>

Re: [U-Boot] [PATCH 3/3] davinci: omapl138_lcdk: add MMC/SD SPL boot support

2016-11-17 Thread Tom Rini
On Wed, Nov 16, 2016 at 05:33:35PM +0100, Fabien Parent wrote: > Define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR in order to be able > to boot from MMC/SD. > > The SPL is stored at sector 0x75, while u-boot will follow at > sector 0xb5. > > Signed-off-by: Fabien Parent > --- > include/configs/om

[U-Boot] [PATCH 3/3] davinci: omapl138_lcdk: add MMC/SD SPL boot support

2016-11-16 Thread Fabien Parent
Define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR in order to be able to boot from MMC/SD. The SPL is stored at sector 0x75, while u-boot will follow at sector 0xb5. Signed-off-by: Fabien Parent --- include/configs/omapl138_lcdk.h | 8 1 file changed, 8 insertions(+) diff --git a/include