From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 12 Jun 2016 23:33:17 -0600 Subject: [U-Boot] [PATCH v2 36/55] dtoc: Ignore the u-boot, dm-pre-reloc property In-Reply-To: <1465796016-18375-1-git-send-email-sjg@chromium.org> References: <1465796016-18375-1-git-send-email-sjg@chromium.org> Message-ID: <1465796016-18375-37-git-send-email-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This property is not useful for of-platdata, so omit it. Signed-off-by: Simon Glass --- Changes in v2: None tools/dtoc/dtoc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/dtoc/dtoc.py b/tools/dtoc/dtoc.py index 6a2f6ef..9f14e3f 100755 --- a/tools/dtoc/dtoc.py +++ b/tools/dtoc/dtoc.py @@ -39,6 +39,7 @@ PROP_IGNORE_LIST = [ 'linux,phandle', "status", 'phandle', + 'u-boot,dm-pre-reloc', ] # C type declarations for the tyues we support -- 2.8.0.rc3.226.g39d4020