Home
last modified time | relevance | path

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

/openbmc/u-boot/include/configs/
H A Dp1_p2_rdb_pc.h37 #define __SW_BOOT_SPI 0x1c macro
64 #define __SW_BOOT_SPI 0x34 macro
83 #define __SW_BOOT_SPI 0x1c macro
99 #define __SW_BOOT_SPI 0x08 macro
115 #define __SW_BOOT_SPI 0x08 macro
127 #define __SW_BOOT_SPI 0x28 macro
786 #ifdef __SW_BOOT_SPI
788 spiboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_SPI 1; \
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dp1_p2_rdb_pc.c248 #ifdef __SW_BOOT_SPI in checkboard()
249 } else if ((val & (~__SW_BOOT_MASK)) == __SW_BOOT_SPI) { in checkboard()