From ca968c7d871c4fe51a3b7f52ab4204012193cd3d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 7 May 2024 13:38:35 +0200 Subject: [PATCH] cn9130-crb: Switch to using SPI FLASH for bootloader storage The BootROM wants the bootloader to be located on LBA1, which is not ideal when using a GPT to describe the partition table. Make sure the `bubt` command targets SPI by default. --- board/aarch64/cn9130-crb/uboot/extras.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/aarch64/cn9130-crb/uboot/extras.config b/board/aarch64/cn9130-crb/uboot/extras.config index 65621a91..61b9501d 100644 --- a/board/aarch64/cn9130-crb/uboot/extras.config +++ b/board/aarch64/cn9130-crb/uboot/extras.config @@ -1,4 +1,6 @@ CONFIG_DEVICE_TREE_INCLUDES="infix-env.dtsi infix-key.dtsi cn9130-crb-env.dtsi" +CONFIG_SYS_PROMPT="(cn9130-crb) " CONFIG_ENV_IS_NOWHERE=y # CONFIG_ENV_IS_IN_MMC is not set +CONFIG_MVEBU_SPI_BOOT=y