commit | dc1a9ae647e78ad0ba2b7b79c1a9e4bbbe0b2883 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Thu Jun 06 07:59:16 2019 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 21 10:07:11 2019 -0400 |
tree | ab78e7f60874829fcd23a281251fcef98ee4b722 | |
parent | f95cfeb92cc7c372c90dd883f117bd20ecb9181e [diff] |
lib: Makefile: build fdtdec_common.c when OF_LIBFDT selected When build SPL_OF_PLATDATA on i.MX6, meet issue the fdtdec_get_int not defined, however fdtdec.c will use fdtdec_get_int, so let's compile fdtdec_common.c when OF_LIBFDT selected. Since there is also SPL_OF_LIBFDT, so need to use CONFIG_$(SPL_TPL_)OF_LIBFDT. Signed-off-by: Peng Fan <peng.fan@nxp.com>