mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-05 02:23:31 +08:00
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>
This commit is contained in:
parent
18c73e30e1
commit
e587040706
4
board/kobol/helios4/spiboot.config
Normal file
4
board/kobol/helios4/spiboot.config
Normal file
@ -0,0 +1,4 @@
|
||||
CONFIG_MVEBU_SPL_BOOT_DEVICE_SPI=y
|
||||
# CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC is not set
|
||||
CONFIG_ENV_OFFSET=0x100000
|
||||
CONFIG_ENV_SECT_SIZE=0x10000
|
Loading…
Reference in New Issue
Block a user