Home
last modified time | relevance | path

Searched refs:SPI_FLASH_UBOOT_POS (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c141 writel((SF_READ_DATA_CMD << 24) | SPI_FLASH_UBOOT_POS, &regs->tx_data); in exynos_spi_copy()
155 (void *)(SPI_FLASH_UBOOT_POS), i); in exynos_spi_copy()
/openbmc/u-boot/include/configs/
H A Dexynos5-common.h103 #define SPI_FLASH_UBOOT_POS (CONFIG_SEC_FW_SIZE + CONFIG_BL1_SIZE) macro