Re: [U-Boot] [PATCH] omap3_logic: Enable libfdt in SPL

2017-11-29 Thread Adam Ford
On Wed, Nov 22, 2017 at 10:28 AM, Adam Ford wrote: > This commit enables libfdt in SPL and removes manual MMC and serial > driver manuipluation during SPL building. > I guess I will NAK my own work. I think I misunderstood what was going on here, and it's not what I thought. Sorry for the noise

[U-Boot] [PATCH] omap3_logic: Enable libfdt in SPL

2017-11-22 Thread Adam Ford
This commit enables libfdt in SPL and removes manual MMC and serial driver manuipluation during SPL building. Signed-off-by: Adam Ford diff --git a/board/logicpd/omap3som/omap3logic.c b/board/logicpd/omap3som/omap3logic.c index 1da9e38..3d6f3f8 100644 --- a/board/logicpd/omap3som/omap3logic.c +