Re: [U-Boot] [PATCH v6 22/23] rockchip: Add support for rk's second level loader

2015-11-19 Thread Simon Glass
On 16 November 2015 at 23:20, Lin Huang wrote: > From: Jeffy Chen > > The Rockchip boot ROM could load & run an initial spl loader, > and continue to load a second level boot-loader(which stored > right after the initial loader) when it returns. > Modify idblock generation code to support it. > >

[U-Boot] [PATCH v6 22/23] rockchip: Add support for rk's second level loader

2015-11-16 Thread Lin Huang
From: Jeffy Chen The Rockchip boot ROM could load & run an initial spl loader, and continue to load a second level boot-loader(which stored right after the initial loader) when it returns. Modify idblock generation code to support it. Signed-off-by: Jeffy Chen Acked-by: Simon Glass --- Changes