Home
last modified time | relevance | path

Searched refs:CONFIG_SPL_NET_VCI_STRING (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/include/configs/
H A Dbaltos.h240 #define CONFIG_SPL_NET_VCI_STRING "AM335x U-Boot SPL"*/ macro
/OK3568_Linux_fs/u-boot/configs/
H A Dpengwyn_defconfig24 CONFIG_SPL_NET_VCI_STRING="AM335x U-Boot SPL"
H A Dpcm051_rev3_defconfig24 CONFIG_SPL_NET_VCI_STRING="pcm051 U-Boot SPL"
H A Dam43xx_evm_ethboot_defconfig12 CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL"
H A Dpcm051_rev1_defconfig24 CONFIG_SPL_NET_VCI_STRING="pcm051 U-Boot SPL"
H A Dam43xx_hs_evm_defconfig25 CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL"
/OK3568_Linux_fs/u-boot/doc/SPL/
H A DREADME.am335x-network17 one with CONFIG_SPL_NET_VCI_STRING option. am335x_evm configuration
50 and you can set VCI used by SPL with CONFIG_SPL_NET_VCI_STRING option,
/OK3568_Linux_fs/u-boot/net/
H A Dbootp.c419 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_NET_VCI_STRING) in add_vci()
420 vci = CONFIG_SPL_NET_VCI_STRING; in add_vci()