dtoc: Drop use of DECL() macros
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 04:25:11 +0000 (17:25 +1300)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:28 +0000 (19:23 +1300)
commitcff7dcf3fd0de0120cd40c0c28864cb045143f97
treeaffaaadb609c95d52c7ebf90f15163db01858100
parent929e9940b0e4b9d7dfb0668ae1d7ce76a247b1e8
dtoc: Drop use of DECL() macros

We can use extern instead, so let's drop these macros. It adds one more
thing to learn about and doesn't make the code any clearer.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtb_platdata.py
tools/dtoc/test_dtoc.py