mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
c62af15393
Add a new config option CONFIG_MVEBU_SPL_SATA_BLKSZ for specifying block size of SATA disk. This information is used during building of SATA kwbimage and must be correctly set, otherwise BootROM does not load SPL. For 4K Native disks CONFIG_MVEBU_SPL_SATA_BLKSZ must be set to 4096. Signed-off-by: Pali Rohár <pali@kernel.org> Tested-by: Martin Rowe <martin.p.rowe@gmail.com>
26 lines
464 B
INI
26 lines
464 B
INI
#
|
|
# Copyright (C) 2014 Stefan Roese <sr@denx.de>
|
|
#
|
|
|
|
# Armada 38x uses version 1 image format
|
|
VERSION 1
|
|
|
|
# Type of the CPU core
|
|
#@CPU
|
|
|
|
# Boot Media configurations
|
|
#@BOOT_FROM
|
|
|
|
# NAND configuration
|
|
#@NAND_PAGE_SIZE
|
|
#@NAND_BLKSZ
|
|
#@NAND_BADBLK_LOCATION
|
|
|
|
# SATA configuration
|
|
#@SATA_BLKSZ
|
|
|
|
# Enable BootROM output via DEBUG flag on SoCs which require it
|
|
#@DEBUG
|
|
|
|
# Include U-Boot SPL with DDR3 training code into Binary Header
|
|
BINARY spl/u-boot-spl.bin #@LOAD_ADDRESS
|