]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitd584c06df37c9bd3c8f88d683cbefa5d010a80a2
treeaffaaadb609c95d52c7ebf90f15163db01858100
parent1160efdf53c085b0cac5bc61cb072517d4bf036f
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