Re: [U-Boot] [PATCH 1/4] configs: opos6uldev: undef CONFIG_POWER_DOMAIN when SPL_BUILD

2018-07-26 Thread Peng Fan
Hi Simon, > >> > Need to find a way to avoid SPL build failure in future patch, but > >> > in this patchset let's undef CONFIG_POWER_DOMAIN first, because it > >> > is not needed. > >> > > >> > include/configs/opos6uldev.h | 1 + > >> > 1 file changed, 1 insertion(+) > >> > >> This should be

Re: [U-Boot] [PATCH 1/4] configs: opos6uldev: undef CONFIG_POWER_DOMAIN when SPL_BUILD

2018-07-26 Thread Simon Glass
Hi Peng, On 24 July 2018 at 20:57, Peng Fan wrote: > Hi Simon, > >> -Original Message- >> From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass >> Sent: 2018年7月25日 10:46 >> To: Peng Fan >> Cc: U-Boot Mailing List ; dl-linux-imx >> ; Sébastien Szymanski >> ; Stefano

Re: [U-Boot] [PATCH 1/4] configs: opos6uldev: undef CONFIG_POWER_DOMAIN when SPL_BUILD

2018-07-24 Thread Peng Fan
Hi Simon, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: 2018年7月25日 10:46 > To: Peng Fan > Cc: U-Boot Mailing List ; dl-linux-imx > ; Sébastien Szymanski > ; Stefano Babic > Subject: Re: [PATCH 1/4] configs: opos6uldev: undef

Re: [U-Boot] [PATCH 1/4] configs: opos6uldev: undef CONFIG_POWER_DOMAIN when SPL_BUILD

2018-07-24 Thread Simon Glass
Hi Peng, On 24 July 2018 at 01:45, Peng Fan wrote: > Because CONFIG_POWER_DOMAIN is enabled in defconfig, > however driver/power/domain is not built for SPL, there is build > failure when power_domain_on added to device_probe. > Because power domain is not needed in SPL, let's undef it. > >

[U-Boot] [PATCH 1/4] configs: opos6uldev: undef CONFIG_POWER_DOMAIN when SPL_BUILD

2018-07-24 Thread Peng Fan
Because CONFIG_POWER_DOMAIN is enabled in defconfig, however driver/power/domain is not built for SPL, there is build failure when power_domain_on added to device_probe. Because power domain is not needed in SPL, let's undef it. Signed-off-by: Peng Fan Cc: "Sébastien Szymanski" Cc: Stefano