From cc872881daba0d020f2d95fa9b681810428e7a0a Mon Sep 17 00:00:00 2001 From: YoungSoo Shin Date: Fri, 11 Oct 2024 19:22:15 +0900 Subject: [PATCH] ODROID-C5: Change flag for dt overlay Signed-off-by: YoungSoo Shin Change-Id: Ic5f9dea9fa288bb83010a429fc5c58413f539ae0 --- scripts/Makefile.lib | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index c0d1d8facfaa..c9534439cb41 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -306,7 +306,8 @@ DTC_FLAGS += -Wno-unit_address_vs_reg \ -Wno-alias_paths \ -Wno-graph_child_address \ -Wno-simple_bus_reg \ - -Wno-unique_unit_address + -Wno-unique_unit_address \ + --symbols endif ifneq ($(findstring 2,$(KBUILD_EXTRA_WARN)),)