| bool "Broadcom 7445 TSBL" |
| Support for the Broadcom 7445 SoC. This port assumes BOLT |
| is acting as the second stage bootloader, and U-Boot is |
| acting as the third stage bootloader (TSBL), loaded by BOLT. |
| bool "Broadcom 7260 TSBL" |
| Support for the Broadcom 7260 SoC. This port assumes BOLT |
| is acting as the second stage bootloader, and U-Boot is |
| acting as the third stage bootloader (TSBL), loaded by BOLT. |
| default "bcm7445" if TARGET_BCM7445 |
| default "bcm7260" if TARGET_BCM7260 |
| config SYS_FDT_SAVE_ADDRESS |
| hex "Address to which the prior stage provided DTB will be copied" |
| config BCMSTB_SDHCI_INDEX |
| int "Index of preferred BCMSTB SDHCI alias in DTB" |