Skip to content
Snippets Groups Projects
Commit d3329f09 authored by Peng Fan's avatar Peng Fan Committed by Tom Rini
Browse files

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: default avatarPeng Fan <peng.fan@nxp.com>
parent 5fafd7e3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment