Re: [U-Boot] [PATCH v2 1/3] rockchip: configs: correct env offset when enable CONFIG_ROCKCHIP_SPL_BACK_TO_BROM

2016-12-02 Thread Simon Glass
On 19 November 2016 at 06:48, Simon Glass wrote: > Hi Jacob, > > On 18 November 2016 at 00:52, Jacob Chen wrote: >> With CONFIG_ROCKCHIP_SPL_BACK_TO_BROM enabled, >> the environment is inside u-boot. >> So solve it by moving environment after

Re: [U-Boot] [PATCH v2 1/3] rockchip: configs: correct env offset when enable CONFIG_ROCKCHIP_SPL_BACK_TO_BROM

2016-11-19 Thread Simon Glass
Hi Jacob, On 18 November 2016 at 00:52, Jacob Chen wrote: > With CONFIG_ROCKCHIP_SPL_BACK_TO_BROM enabled, > the environment is inside u-boot. > So solve it by moving environment after u-boot. Can this not happen in the rk3288_common.h file? > > Signed-off-by: Jacob

[U-Boot] [PATCH v2 1/3] rockchip: configs: correct env offset when enable CONFIG_ROCKCHIP_SPL_BACK_TO_BROM

2016-11-17 Thread Jacob Chen
With CONFIG_ROCKCHIP_SPL_BACK_TO_BROM enabled, the environment is inside u-boot. So solve it by moving environment after u-boot. Signed-off-by: Jacob Chen --- Changes in v2: - add a commit message include/configs/evb_rk3288.h | 9 +