Home
last modified time | relevance | path

Searched hist:"2 bac55bc16aca60346dabfdda4ca7e0d19c2cff3" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_spi.c2bac55bc16aca60346dabfdda4ca7e0d19c2cff3 Mon Apr 17 15:45:11 UTC 2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-property

For the RK3399-Q7, we need some flexibility (depending on the feature
set we include in the SPL stage and how large our SPI flash is) in
positioning the SPL payload (i.e. the FIT image containing U-Boot, ATF
and the M0 payload) in our SPI flash.

To avoid having to deal with this through different U-Boot images, we
introduce a the '/config/u-boot,spl-payload-offset' property node
allow it to override the default setting.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Simon Glass <sjg@chromium.org>