Re: [PATCH] Add dependencies for MALLOC_F and OF_LIBFDT

2020-01-16 Thread Tom Rini
On Tue, Dec 17, 2019 at 09:40:09PM -0500, Sean Anderson wrote: > Some features implicitly depended on MALLOC_F and OF_LIBFDT and would > fail at link-time if these features were not enabled. > > Signed-off-by: Sean Anderson Applied to u-boot/master, thanks! -- Tom signature.asc Description:

[PATCH] Add dependencies for MALLOC_F and OF_LIBFDT

2019-12-18 Thread Sean Anderson
Some features implicitly depended on MALLOC_F and OF_LIBFDT and would fail at link-time if these features were not enabled. Signed-off-by: Sean Anderson --- drivers/serial/Kconfig | 3 +++ dts/Kconfig| 3 +++ 2 files changed, 6 insertions(+) diff --git a/drivers/serial/Kconfig b/dri