blob: 3d0c8b31e4c2c6d158b1c41bcd378a870d1c6d7c [file] [log] [blame]
Konstantin Porotchkine1c55df2021-05-11 08:11:25 +02001Not all board variants are represented with a specific defconfig in
2mainline U-Boot. Here a small documentation on how to generate U-Boot
3images for all other board variants, available via different dts
4files and defconfigs.
5
6Use a different dts than in the defconfig:
7
8make DEVICE_TREE=cn9131-db-B
9
10Use a different boot device (e.g. MMC or NAND instead of SPI NOR):
11
12For MMC, please make the following changes to the defconfig via
13e.g. "make menuconfig":
14Remove CONFIG_MVEBU_SPI_BOOT
15Select CONFIG_MVEBU_MMC_BOOT
16Remove CONFIG_ENV_IS_IN_SPI_FLASH
17Select CONFIG_ENV_IS_IN_MMC
18
19For NAND, please make the following changes to the defconfig via
20e.g. "make menuconfig":
21Remove CONFIG_MVEBU_SPI_BOOT
22Select CONFIG_MVEBU_NAND_BOOT
23Remove CONFIG_ENV_IS_IN_SPI_FLASH
24Select CONFIG_ENV_IS_IN_NAND