summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Lee <timlee660101@gmail.com>2023-06-07 10:22:16 +0300
committerTim Lee <chli30@nuvoton.com>2023-06-08 10:24:35 +0300
commit8258df63e24769ffa9eae194f5a7cb118cf56c67 (patch)
treee447395694d0e08d8bd688a3ae9ea3798829675c
parent34a4d30fc78f3d2389c4b8ab23adfc158be6beb6 (diff)
downloadopenbmc-8258df63e24769ffa9eae194f5a7cb118cf56c67.tar.xz
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
-rw-r--r--meta-nuvoton/conf/machine/include/npcm8xx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-nuvoton/conf/machine/include/npcm8xx.inc b/meta-nuvoton/conf/machine/include/npcm8xx.inc
index e3f32761de..349d53b54e 100644
--- a/meta-nuvoton/conf/machine/include/npcm8xx.inc
+++ b/meta-nuvoton/conf/machine/include/npcm8xx.inc
@@ -24,7 +24,7 @@ FLASH_UBI_RWFS_TXT_SIZE ?= "6MiB"
SERIAL_CONSOLES ?= "115200;ttyS0"
-BB_ALIGN ?= "4096"
+BB_ALIGN ?= "524288"
ATF_ALIGN ?= "4096"
OPTEE_ALIGN ?= "4096"
UBOOT_ALIGN ?= "4096"