Re: [U-Boot] [PATCH] poplar: fix boot failure caused by serial driver change

2018-12-12 Thread Bin Meng
Hi Shawn, On Wed, Dec 12, 2018 at 3:25 PM Shawn Guo wrote: > > Commit 4687919684e0 ("serial: Remove DM_FLAG_PRE_RELOC flag in various > drivers") essentially drops flag DM_FLAG_PRE_RELOC from serial_pl01x > driver for Poplar platform, because the platform falls into the > following strategy categ

Re: [U-Boot] [PATCH] poplar: fix boot failure caused by serial driver change

2018-12-12 Thread Igor Opaniuk
Hi Shawn, Thanks, that fixes the problem! Reviewed-by: Igor Opaniuk Tested-by: Igor Opaniuk On Wed, 12 Dec 2018 at 09:25, Shawn Guo wrote: > > Commit 4687919684e0 ("serial: Remove DM_FLAG_PRE_RELOC flag in various > drivers") essentially drops flag DM_FLAG_PRE_RELOC from serial_pl01x > driver

[U-Boot] [PATCH] poplar: fix boot failure caused by serial driver change

2018-12-11 Thread Shawn Guo
Commit 4687919684e0 ("serial: Remove DM_FLAG_PRE_RELOC flag in various drivers") essentially drops flag DM_FLAG_PRE_RELOC from serial_pl01x driver for Poplar platform, because the platform falls into the following strategy category made by the commit. Surround DM_FLAG_PRE_RELOC flag with OF_CONT