mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 5/5] dtc: Disable some warnings
Date: Tue, 19 Jun 2018 08:09:15 +0200	[thread overview]
Message-ID: <20180619060915.13141-6-s.hauer@pengutronix.de> (raw)
In-Reply-To: <20180619060915.13141-1-s.hauer@pengutronix.de>

Disable the dtc warnings that are disabled in the kernel aswell.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 scripts/Makefile.lib | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 3024b068ee..3b13086050 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -254,6 +254,12 @@ cmd_xzmisc = (cat $(filter-out FORCE,$^) | \
 # DTC
 # ---------------------------------------------------------------------------
 
+DTC_FLAGS += -Wno-unit_address_vs_reg \
+	 -Wno-unit_address_format \
+	 -Wno-avoid_unnecessary_addr_size \
+	 -Wno-alias_paths \
+	 -Wno-pci_device_reg
+
 # Generate an assembly file to wrap the output of the device tree compiler
 quiet_cmd_dt_S_dtb = DTB     $@
 cmd_dt_S_dtb = $(srctree)/scripts/gen-dtb-s $(subst -,_,$(*F)) $< $(CONFIG_IMD) > $@
-- 
2.17.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      parent reply	other threads:[~2018-06-19  6:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-19  6:09 [PATCH 0/5] fix/quiesce dtc warnings Sascha Hauer
2018-06-19  6:09 ` [PATCH 1/5] ARM: dts: use stdout-path property Sascha Hauer
2018-06-19  6:09 ` [PATCH 2/5] console: Update description for global.linux.bootargs.console Sascha Hauer
2018-06-19  6:09 ` [PATCH 3/5] ARM: dts: remove @0 from environment nodes Sascha Hauer
2018-06-19  6:09 ` [PATCH 4/5] ARM: dts: imx6q-var-custom: remove some accidently pasted text Sascha Hauer
2018-06-19  6:09 ` Sascha Hauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180619060915.13141-6-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox