Re: [U-Boot] [PATCH v3] ti_armv7_common.h: Fix U-Boot location on eMMC

2016-04-20 Thread Tom Rini
On Wed, Apr 20, 2016 at 12:05:59PM +0300, Sam Protsenko wrote: > According to common eMMC partition table for Android boot (see > PARTS_DEFAULT definition in include/configs/dra7xx_evm.h), "bootloader" > partition (where u-boot.img is stored) starts at 256 KiB. Which is equal > to 512 sectors (as

[U-Boot] [PATCH v3] ti_armv7_common.h: Fix U-Boot location on eMMC

2016-04-20 Thread Sam Protsenko
According to common eMMC partition table for Android boot (see PARTS_DEFAULT definition in include/configs/dra7xx_evm.h), "bootloader" partition (where u-boot.img is stored) starts at 256 KiB. Which is equal to 512 sectors (as 1 MMC sector size is 512 bytes). This patch fixes CONFIG_SYS_MMCSD_RAW_