[PATCH v4 01/42] dtoc: Drop use of DECL() macros

Simon Glass sjg at chromium.org
Wed Mar 17 02:29:04 CET 2021


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 at chromium.org>
---

(no changes since v3)

Changes in v3:
- Add new patch to drop DECL() macros from dtoc (to squash in)

 tools/dtoc/dtb_platdata.py |  8 ++---
 tools/dtoc/test_dtoc.py    | 64 +++++++++++++++++++-------------------
 2 files changed, 36 insertions(+), 36 deletions(-)

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list