Forked from
KED Software Projects / Miscellaneous / KED U-Boot Fork
70855 commits behind the upstream repository.
Allen Martin
authored
Using "-ansi" preprocessor option will cause dts lines that begin with '#' to choke the preprocessor. Change to "-x assembler-with-cpp" instead which is what the kernel uses to preprocess dts files. Signed-off-by:Allen Martin <amartin@nvidia.com> Reviewed-by:
Stephen Warren <swarren@nvidia.com> Acked-by:
Simon Glass <sjg@chromium.org>