
On Tue, Sep 18, 2018 at 4:23 PM Tom Rini trini@konsulko.com wrote:
On Mon, Aug 13, 2018 at 09:09:17PM -0500, Adam Ford wrote:
With DM enabled, this patch enables DM_SERIAL and removes the NS16550 initialization from da850_lowlevel since the driver will take care of that itself.
Signed-off-by: Adam Ford aford173@gmail.com
diff --git a/arch/arm/mach-davinci/da850_lowlevel.c b/arch/arm/mach-davinci/da850_lowlevel.c index 95dc93a24f..8ceb1779f9 100644
Applied to u-boot/master, but then reverted as it turns out to not build currently. Did I miss some other required patches? Thanks!
I must have missed a patch somewhere or something in Master changed between now and when I submitted the patch. Either way, I just submitted a V2 which had to enable CONFIG_SYS_MALLOC_F. That seemed to fix the build issue, but I also tweaked the patch a bit to be a bit more flexible in SPL.
adam
-- Tom