Re: [U-Boot] [PATCH v4] rockchip: add option to change method of loading u-boot

2016-07-11 Thread Ziyuan Xu
hi Andreas, Thanks for your catch. I will revise the typos. On 2016年07月12日 12:30, Andreas Färber wrote: Am 12.07.2016 um 05:18 schrieb Ziyuan Xu: From: Xu Ziyuan If we would like to boot from SD card, we have to implement mmc driver in SPL stage, and get a slightly large SPL binrary. Rockchi

Re: [U-Boot] [PATCH v4] rockchip: add option to change method of loading u-boot

2016-07-11 Thread Andreas Färber
Am 12.07.2016 um 05:18 schrieb Ziyuan Xu: > From: Xu Ziyuan > > If we would like to boot from SD card, we have to implement mmc driver > in SPL stage, and get a slightly large SPL binrary. Rockchip SoC's "binary" > bootrom code has the ability to load spl and u-boot, then boot. > > If CONFIG_R

[U-Boot] [PATCH v4] rockchip: add option to change method of loading u-boot

2016-07-11 Thread Ziyuan Xu
From: Xu Ziyuan If we would like to boot from SD card, we have to implement mmc driver in SPL stage, and get a slightly large SPL binrary. Rockchip SoC's bootrom code has the ability to load spl and u-boot, then boot. If CONFIG_ROCKCHIP_SPL_BACK_TO_BROM is enabled, the spl will return to tbootro