From 7680feb0174a6b663627a1d4aa381a05b5ef36ce Mon Sep 17 00:00:00 2001 From: Jamin Lin Date: Fri, 31 Mar 2023 14:42:50 +0800 Subject: [PATCH] update kernel entry point and load address ast2400: 0x40000000 ast2500 and ast2600: 0x80000000 Signed-off-by: Jamin Lin Change-Id: I0a43b3659413d66b0f4b5d5a788e6e1aa603f708 --- meta-aspeed-sdk/conf/machine/include/aspeed-sdk.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-aspeed-sdk/conf/machine/include/aspeed-sdk.inc b/meta-aspeed-sdk/conf/machine/include/aspeed-sdk.inc index 00c93421f898..9f2025e771d7 100644 --- a/meta-aspeed-sdk/conf/machine/include/aspeed-sdk.inc +++ b/meta-aspeed-sdk/conf/machine/include/aspeed-sdk.inc @@ -28,12 +28,12 @@ SERIAL_CONSOLES ?= "115200;ttyS4" DEFAULTTUNE:aspeed-g5 ?= "arm1176jzs" DEFAULTTUNE:aspeed-g6 ?= "armv7ahf-vfpv4d16" -UBOOT_ENTRYPOINT:aspeed-g4 ?= "0x40001000" -UBOOT_ENTRYPOINT:aspeed-g5 ?= "0x80001000" -UBOOT_ENTRYPOINT:aspeed-g6 ?= "0x80001000" -UBOOT_LOADADDRESS:aspeed-g4 ?= "0x40001000" -UBOOT_LOADADDRESS:aspeed-g5 ?= "0x80001000" -UBOOT_LOADADDRESS:aspeed-g6 ?= "0x80001000" +UBOOT_ENTRYPOINT:aspeed-g4 ?= "0x40000000" +UBOOT_ENTRYPOINT:aspeed-g5 ?= "0x80000000" +UBOOT_ENTRYPOINT:aspeed-g6 ?= "0x80000000" +UBOOT_LOADADDRESS:aspeed-g4 ?= "0x40000000" +UBOOT_LOADADDRESS:aspeed-g5 ?= "0x80000000" +UBOOT_LOADADDRESS:aspeed-g6 ?= "0x80000000" PREFERRED_VERSION_iperf3 ?= "3.1.4" PREFERRED_VERSION_nbd ?= "3.20"