[U-Boot] [PATCH] rockchip: firefly: configs: remove config_spl_of_platdata

2017-02-14 Thread Jacob Chen
We should remove config_spl_of_platdata to build u-boot-spl-dtb.bin rather than u-boot-spl-nodtb.bin since we use spl_back_to_brom. I miss it because i forget to clean build-dir.. Signed-off-by: Jacob Chen --- configs/firefly-rk3288_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a

Re: [U-Boot] [PATCH] rockchip: firefly: configs: remove config_spl_of_platdata

2017-02-22 Thread Simon Glass
On 20 February 2017 at 03:28, Jacob Chen wrote: > Hi, > > 2017-02-17 4:44 GMT+08:00 Simon Glass : >> Hi, >> >> On 14 February 2017 at 23:41, Jacob Chen wrote: >>> Hi Kever, >>> >>> >>> Kever Yang wrote on 2017年02月15日 14:13: Hi Jacob, On 02/15/2017 11:06 AM, Jacob Chen wrote: >

Re: [U-Boot] [PATCH] rockchip: firefly: configs: remove config_spl_of_platdata

2017-02-23 Thread Simon Glass
On 22 February 2017 at 20:35, Simon Glass wrote: > On 20 February 2017 at 03:28, Jacob Chen wrote: >> Hi, >> >> 2017-02-17 4:44 GMT+08:00 Simon Glass : >>> Hi, >>> >>> On 14 February 2017 at 23:41, Jacob Chen wrote: Hi Kever, Kever Yang wrote on 2017年02月15日 14:13: > >

Re: [U-Boot] [PATCH] rockchip: firefly: configs: remove config_spl_of_platdata

2017-02-14 Thread Kever Yang
Hi Jacob, On 02/15/2017 11:06 AM, Jacob Chen wrote: We should remove config_spl_of_platdata to build u-boot-spl-dtb.bin rather than u-boot-spl-nodtb.bin since we use spl_back_to_brom. Have you try with CONFIG_SPL_OF_PLATDATA on and without SPL_BACK_TO_BROM? If this works on firefly, then we

Re: [U-Boot] [PATCH] rockchip: firefly: configs: remove config_spl_of_platdata

2017-02-14 Thread Jacob Chen
Hi Kever, Kever Yang wrote on 2017年02月15日 14:13: Hi Jacob, On 02/15/2017 11:06 AM, Jacob Chen wrote: We should remove config_spl_of_platdata to build u-boot-spl-dtb.bin rather than u-boot-spl-nodtb.bin since we use spl_back_to_brom. Have you try with CONFIG_SPL_OF_PLATDATA on and without S

Re: [U-Boot] [PATCH] rockchip: firefly: configs: remove config_spl_of_platdata

2017-02-16 Thread Simon Glass
Hi, On 14 February 2017 at 23:41, Jacob Chen wrote: > Hi Kever, > > > Kever Yang wrote on 2017年02月15日 14:13: >> >> Hi Jacob, >> >> On 02/15/2017 11:06 AM, Jacob Chen wrote: >>> >>> We should remove config_spl_of_platdata to build u-boot-spl-dtb.bin >>> rather than u-boot-spl-nodtb.bin >>> since w

Re: [U-Boot] [PATCH] rockchip: firefly: configs: remove config_spl_of_platdata

2017-02-20 Thread Jacob Chen
Hi, 2017-02-17 4:44 GMT+08:00 Simon Glass : > Hi, > > On 14 February 2017 at 23:41, Jacob Chen wrote: >> Hi Kever, >> >> >> Kever Yang wrote on 2017年02月15日 14:13: >>> >>> Hi Jacob, >>> >>> On 02/15/2017 11:06 AM, Jacob Chen wrote: We should remove config_spl_of_platdata to build u-boot-