Re: [U-Boot] [PATCH 2/4] dm: serial: ns16550: Add pre-reloc flag to the driver

2015-12-04 Thread Thomas Chou
On 2015年12月04日 23:58, Simon Glass wrote: For platforms that don't use device tree in SPL the only way to mark this driver as 'required by relocation' is with the DM_FLAG_PRE_RELOC flag. Add this to ensure that the driver is bound. Signed-off-by: Simon Glass Reported-by: Stephen Warren ---

[U-Boot] [PATCH 2/4] dm: serial: ns16550: Add pre-reloc flag to the driver

2015-12-04 Thread Simon Glass
For platforms that don't use device tree in SPL the only way to mark this driver as 'required by relocation' is with the DM_FLAG_PRE_RELOC flag. Add this to ensure that the driver is bound. Signed-off-by: Simon Glass Reported-by: Stephen Warren --- drivers/serial/ns16550.c | 1 + 1 file change