Re: [U-Boot] [PATCH 0/3] OMAP5: Improve uEVM support

2013-04-08 Thread Tom Rini
On Fri, Apr 05, 2013 at 12:21:43PM -0400, Tom Rini wrote: > Today, the eMMC on the omap5_uevm cannot be booted from, due to a bug in > the save_boot_params function that tests for a range of XIP to MMC2. > But in the case of OMAP5, MMC2 is eMMC boot partition and MMC2_2 is eMMC > (main), and uEVM

Re: [U-Boot] [PATCH 0/3] OMAP5: Improve uEVM support

2013-04-08 Thread Tom Rini
On Fri, Apr 05, 2013 at 12:21:43PM -0400, Tom Rini wrote: > Today, the eMMC on the omap5_uevm cannot be booted from, due to a bug in > the save_boot_params function that tests for a range of XIP to MMC2. > But in the case of OMAP5, MMC2 is eMMC boot partition and MMC2_2 is eMMC > (main), and uEVM

[U-Boot] [PATCH 0/3] OMAP5: Improve uEVM support

2013-04-05 Thread Tom Rini
Today, the eMMC on the omap5_uevm cannot be booted from, due to a bug in the save_boot_params function that tests for a range of XIP to MMC2. But in the case of OMAP5, MMC2 is eMMC boot partition and MMC2_2 is eMMC (main), and uEVM can only boot from MMC2_2. We cannot just update the test as-is be