]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: helios-4: add config fragment for spi booting
authorJosua Mayer <josua@solid-run.com>
Fri, 2 Feb 2024 15:13:34 +0000 (16:13 +0100)
committerStefan Roese <sr@denx.de>
Tue, 5 Mar 2024 07:27:59 +0000 (08:27 +0100)
commite58704070621eda667557c6cb4690c46b18ae012
tree609f0679402c80f662651c14c7028fecbd280d78
parent18c73e30e1aa412a47ab460eb2ccb8fb9551e8ad
board: helios-4: add config fragment for spi booting

Add a config fragment with required differences for booting from spi
flash instead of sd-card (default).

Settings for environment location are based on vendor u-boot:
https://github.com/kobol-io/u-boot/blob/helios4/include/configs/helios4.h#L59

The fragment can be applied on top of helios4_defconfig by make:
make helios4_defconfig spiboot.config

Signed-off-by: Josua Mayer <josua@solid-run.com>
board/kobol/helios4/spiboot.config [new file with mode: 0644]