commit | 8258df63e24769ffa9eae194f5a7cb118cf56c67 | [log] [tgz] |
---|---|---|
author | Tim Lee <timlee660101@gmail.com> | Wed Jun 07 15:22:16 2023 +0800 |
committer | Tim Lee <chli30@nuvoton.com> | Thu Jun 08 07:24:35 2023 +0000 |
tree | e447395694d0e08d8bd688a3ae9ea3798829675c | |
parent | 34a4d30fc78f3d2389c4b8ab23adfc158be6beb6 [diff] |
meta-nuvoton: npcm8xx: adjust BB_ALIGN to 512K TIP F/W requires that Bootblock address must be fixed at 512KB offset. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I47335e771b23bd468be465ecc6c8ba2c83b54696
diff --git a/meta-nuvoton/conf/machine/include/npcm8xx.inc b/meta-nuvoton/conf/machine/include/npcm8xx.inc index e3f3276..349d53b 100644 --- a/meta-nuvoton/conf/machine/include/npcm8xx.inc +++ b/meta-nuvoton/conf/machine/include/npcm8xx.inc
@@ -24,7 +24,7 @@ SERIAL_CONSOLES ?= "115200;ttyS0" -BB_ALIGN ?= "4096" +BB_ALIGN ?= "524288" ATF_ALIGN ?= "4096" OPTEE_ALIGN ?= "4096" UBOOT_ALIGN ?= "4096"