commit | 7f23e3a83e7efc6b7e15bde821fcebe5c491cd7c | [log] [tgz] |
---|---|---|
author | Tim Lee <timlee660101@gmail.com> | Wed Nov 30 13:53:50 2022 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 30 16:55:34 2022 +0000 |
tree | 271161d80e745c30c71a3b8eb390118ad2821950 | |
parent | 85fee0f473a94471d9778855095b332403904667 [diff] [blame] |
meta-phosphor: npcm8xx.bbclass: pad binary in place for alignment Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I9bfe4ed6065c7f031bfd2bedc2c6eaedc7a5ee62
diff --git a/meta-nuvoton/conf/machine/include/npcm8xx.inc b/meta-nuvoton/conf/machine/include/npcm8xx.inc index a40e8fb..e8d5587 100644 --- a/meta-nuvoton/conf/machine/include/npcm8xx.inc +++ b/meta-nuvoton/conf/machine/include/npcm8xx.inc
@@ -28,6 +28,7 @@ OPTEE_ALIGN ?= "4096" UBOOT_ALIGN ?= "4096" ALIGN_END ?= "4096" +PAD_ALIGN ?= "32" SOC_FAMILY = "npcm8xx" include conf/machine/include/soc-family.inc