From 4512b928d1d2dc9851c6fa12de5f89d18aa8f092 Mon Sep 17 00:00:00 2001 From: John Wang Date: Tue, 12 Oct 2021 14:21:54 +0800 Subject: meta-inspur: fp5280g2: Use the 64M layout This commit changes the uboot to u-boot-aspeed-sdk to fit the 64M layout Tested: tested on the real machine, the image booted sucessfully Signed-off-by: John Wang Change-Id: If6087abe489f157ac3f75e7428dbfe329caa0957 --- meta-inspur/meta-fp5280g2/conf/machine/fp5280g2.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'meta-inspur/meta-fp5280g2') diff --git a/meta-inspur/meta-fp5280g2/conf/machine/fp5280g2.conf b/meta-inspur/meta-fp5280g2/conf/machine/fp5280g2.conf index 86663753e..5bc0b4ded 100644 --- a/meta-inspur/meta-fp5280g2/conf/machine/fp5280g2.conf +++ b/meta-inspur/meta-fp5280g2/conf/machine/fp5280g2.conf @@ -1,7 +1,10 @@ KMACHINE = "aspeed" KERNEL_DEVICETREE = "${KMACHINE}-bmc-inspur-${MACHINE}.dtb" -UBOOT_MACHINE = "ast_g5_ncsi_config" +UBOOT_MACHINE = "evb-ast2500_defconfig" +UBOOT_DEVICETREE = "ast2500-evb" + +FLASH_SIZE = "65536" OBMC_POWER_SUPPLY_INSTANCES = "0 1" @@ -14,3 +17,7 @@ require conf/machine/include/openpower.inc require conf/machine/include/p9.inc require conf/distro/include/phosphor-aspeednic-use-mac2.inc + +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed-sdk" +PREFERRED_PROVIDER_u-boot = "u-boot-aspeed-sdk" +PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed-sdk" -- cgit v1.2.3