diff mbox series

[PATCHv2,4/4] scripts/Makefile.lib: Re-add -Wno-simple_bus_reg to DTC_FLAGS

Message ID 20200224175035.2239-4-trini@konsulko.com
State Accepted
Commit 7a212e56170bcf840d088b48f5010f1456203449
Headers show
Series [PATCHv2,1/4] kbuild: fixdep: Resync this with v4.17 | expand

Commit Message

Tom Rini Feb. 24, 2020, 5:50 p.m. UTC
This exists in Linux Kernel with commit 70523a3ce5ff so put it in the
list of DTC_FLAGS that mirror Linux as we will catch up there.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 scripts/Makefile.lib | 1 +
 1 file changed, 1 insertion(+)

Comments

Masahiro Yamada Feb. 25, 2020, 11:16 p.m. UTC | #1
On Tue, Feb 25, 2020 at 2:51 AM Tom Rini <trini at konsulko.com> wrote:
>
> This exists in Linux Kernel with commit 70523a3ce5ff so put it in the
> list of DTC_FLAGS that mirror Linux as we will catch up there.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>

Reviewed-by: Masahiro Yamada <masahiroy at kernel.org>


> ---
>  scripts/Makefile.lib | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
> index a8196678b2e9..63d790e4e287 100644
> --- a/scripts/Makefile.lib
> +++ b/scripts/Makefile.lib
> @@ -280,6 +280,7 @@ DTC_FLAGS += -Wno-unit_address_vs_reg \
>         -Wno-unit_address_format \
>         -Wno-avoid_unnecessary_addr_size \
>         -Wno-alias_paths \
> +       -Wno-simple_bus_reg \
>         -Wno-pci_device_reg
>
>  # U-Boot specific disables
> --
> 2.17.1
>
Tom Rini March 17, 2020, 3:29 p.m. UTC | #2
On Mon, Feb 24, 2020 at 12:50:35PM -0500, Tom Rini wrote:

> This exists in Linux Kernel with commit 70523a3ce5ff so put it in the
> list of DTC_FLAGS that mirror Linux as we will catch up there.
> 
> Signed-off-by: Tom Rini <trini at konsulko.com>
> Reviewed-by: Masahiro Yamada <masahiroy at kernel.org>

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index a8196678b2e9..63d790e4e287 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -280,6 +280,7 @@  DTC_FLAGS += -Wno-unit_address_vs_reg \
 	-Wno-unit_address_format \
 	-Wno-avoid_unnecessary_addr_size \
 	-Wno-alias_paths \
+	-Wno-simple_bus_reg \
 	-Wno-pci_device_reg
 
 # U-Boot specific disables