Makefile: Allow padding zeros when converting DTB to C source
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 14 Oct 2020 16:35:31 +0000 (22:05 +0530)
committerAnup Patel <anup@brainfault.org>
Sun, 18 Oct 2020 05:03:57 +0000 (10:33 +0530)
commite9a4bfb7b51e1d43f2c5d6d387354ba4b14411f2
tree0f7f921c2d0c7acabdcab3a7b495f65f39b300de
parent9c07c513aa9b2df64a971432e8dae3338a8e22ab
Makefile: Allow padding zeros when converting DTB to C source

We extend d2c.sh to allow padding zeros in output C source when
converting DTB to C source. Using this feature, platforms can
create extra room for in-place FDT fixups on built-in DTBs.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Makefile
scripts/d2c.sh