]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-bcmstb/Kconfig
Merge git://git.denx.de/u-boot-dm
[u-boot] / arch / arm / mach-bcmstb / Kconfig
1 if ARCH_BCMSTB
2
3 config TARGET_BCM7445
4         bool "Broadcom 7445 TSBL"
5         depends on ARCH_BCMSTB
6         help
7           Support for the Broadcom 7445 SoC.  This port assumes BOLT
8           is acting as the second stage bootloader, and U-Boot is
9           acting as the third stage bootloader (TSBL), loaded by BOLT.
10           This port may work on other BCM7xxx boards with
11           configuration changes.
12
13 config SYS_CPU
14         default "armv7"
15
16 config SYS_BOARD
17         default "bcmstb"
18
19 config SYS_VENDOR
20         default "broadcom"
21
22 config SYS_SOC
23         default "bcmstb"
24
25 config SYS_CONFIG_NAME
26         default "bcm7445"
27
28 config SYS_FDT_SAVE_ADDRESS
29         hex "Address to which the prior stage provided DTB will be copied"
30         default 0x1f00000
31
32 config BCMSTB_SDHCI_INDEX
33         int "Index of preferred BCMSTB SDHCI alias in DTB"
34         default 1
35
36 endif