Re: [U-Boot] Why is ns16550 guarded by !OF_PLATDATA ?

2017-03-22 Thread Simon Glass
Hi, On 16 March 2017 at 15:00, Alexandru Gagniuc wrote: > I'm trying to use the ns16550 DM driver in a platform where havind a dtb in > SPL is not plausible, so we're using platdata. > > Now for ns16550 The U_BOOT_DRIVER is guarded by !OF_PLATDATA, so the driver > is not compiled in SPL. This see

[U-Boot] Why is ns16550 guarded by !OF_PLATDATA ?

2017-03-16 Thread Alexandru Gagniuc
I'm trying to use the ns16550 DM driver in a platform where havind a dtb in SPL is not plausible, so we're using platdata. Now for ns16550 The U_BOOT_DRIVER is guarded by !OF_PLATDATA, so the driver is not compiled in SPL. This seems inconsistent with other U_BOOT_DRIVERs. This was introduced