Re: [U-Boot] [PATCH v3 5/8] cmd_mmc.c: Add bootbus mmc sub-command

2014-02-07 Thread Pantelis Antoniou
Hi Tom, On Feb 5, 2014, at 5:24 PM, Tom Rini wrote: Add a bootbus sub-command to the mmc command to allow for setting the boot_bus_width, reset_boot_bus_width and boot_mode fields of BOOT_BUS_WIDTH (EXT_CSD[177]). Acked-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Tom Rini

[U-Boot] [PATCH v3 5/8] cmd_mmc.c: Add bootbus mmc sub-command

2014-02-05 Thread Tom Rini
Add a bootbus sub-command to the mmc command to allow for setting the boot_bus_width, reset_boot_bus_width and boot_mode fields of BOOT_BUS_WIDTH (EXT_CSD[177]). Acked-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Tom Rini tr...@ti.com --- common/cmd_mmc.c | 29