commit | f86bb19274a575bde67d67c2904ebfa0f7bf5fc8 | [log] [tgz] |
---|---|---|
author | Josua Mayer <josua@solid-run.com> | Fri Feb 02 16:13:34 2024 +0100 |
committer | Stefan Roese <sr@denx.de> | Tue Mar 05 08:27:59 2024 +0100 |
tree | 609f0679402c80f662651c14c7028fecbd280d78 | |
parent | b652625d0fae73d9b599074ab8c2de765f9c07e3 [diff] |
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>