summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Lee <timlee660101@gmail.com>2023-06-28 08:55:50 +0300
committerTim Lee <chli30@nuvoton.com>2023-07-04 06:51:39 +0300
commit28b59de8c0e2391e663d40bda31604e75fddd68f (patch)
treefda986652d1e4bca3ac998777119548a1c3bd389
parentbe6ea424a6756955662b3c894a203ef36d9d5449 (diff)
downloadopenbmc-28b59de8c0e2391e663d40bda31604e75fddd68f.tar.xz
meta-nuvoton: npcm8xx: change uboot load address
For compatible with the newest IGPS 3.9.1 design for new memory map. Thus, we need to change uboot load address. Tested: build pass and boot successfully. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I6deefcde03855521a19b05bdf967004e9ba954c2
-rw-r--r--meta-nuvoton/conf/machine/include/npcm8xx.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-nuvoton/conf/machine/include/npcm8xx.inc b/meta-nuvoton/conf/machine/include/npcm8xx.inc
index 35d6395344..1d3ebae5b6 100644
--- a/meta-nuvoton/conf/machine/include/npcm8xx.inc
+++ b/meta-nuvoton/conf/machine/include/npcm8xx.inc
@@ -9,8 +9,8 @@ KERNEL_IMAGETYPE ?= "Image"
KERNEL_EXTRA_ARGS ?= "UIMAGE_LOADADDR=0x00008000"
UBOOT_MACHINE ?= "ArbelEVB_defconfig"
-UBOOT_ENTRYPOINT ?= "0"
-UBOOT_LOADADDRESS ?= "0"
+UBOOT_ENTRYPOINT ?= "0x6200000"
+UBOOT_LOADADDRESS ?= "0x6200000"
FLASH_SIZE ?= "32768"
FLASH_UBOOT_OFFSET ?= "0"