Re: [U-Boot] [PATCH 11/24] sunxi: introduce extra config option for boot0 header

2016-11-21 Thread Maxime Ripard
On Mon, Nov 21, 2016 at 09:29:50AM +, Andre Przywara wrote: > Hi Maxime, > > thanks for having a look! > > On 21/11/16 07:27, Maxime Ripard wrote: > > Hi Andre, > > > > On Sun, Nov 20, 2016 at 02:57:05PM +, Andre Przywara wrote: > >> The ENABLE_ARM_SOC_BOOT0_HOOK option is a generic

Re: [U-Boot] [PATCH 11/24] sunxi: introduce extra config option for boot0 header

2016-11-21 Thread Andre Przywara
Hi Maxime, thanks for having a look! On 21/11/16 07:27, Maxime Ripard wrote: > Hi Andre, > > On Sun, Nov 20, 2016 at 02:57:05PM +, Andre Przywara wrote: >> The ENABLE_ARM_SOC_BOOT0_HOOK option is a generic option shared with >> other boards. To allow alternative code to be inserted, we

Re: [U-Boot] [PATCH 11/24] sunxi: introduce extra config option for boot0 header

2016-11-20 Thread Maxime Ripard
Hi Andre, On Sun, Nov 20, 2016 at 02:57:05PM +, Andre Przywara wrote: > The ENABLE_ARM_SOC_BOOT0_HOOK option is a generic option shared with > other boards. To allow alternative code to be inserted, we create > another, now function specific config symbol on top of it to simplify > later

[U-Boot] [PATCH 11/24] sunxi: introduce extra config option for boot0 header

2016-11-20 Thread Andre Przywara
The ENABLE_ARM_SOC_BOOT0_HOOK option is a generic option shared with other boards. To allow alternative code to be inserted, we create another, now function specific config symbol on top of it to simplify later additions. No functional change at this time. Signed-off-by: Andre Przywara