diff options
author | Steve Rae <srae@broadcom.com> | 2014-11-11 11:32:18 -0800 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-23 06:49:00 -0500 |
commit | abb1678cca69e4259f01a10f6da2828394d26046 (patch) | |
tree | 47b7f8ba7ef7713ddf8c920a5d0575e4fa1cc6ed /configs/bcm958622hr_defconfig | |
parent | 18f26fdbd0503e5293aa7858809015737bf5006e (diff) | |
download | u-boot-imx-abb1678cca69e4259f01a10f6da2828394d26046.zip u-boot-imx-abb1678cca69e4259f01a10f6da2828394d26046.tar.gz u-boot-imx-abb1678cca69e4259f01a10f6da2828394d26046.tar.bz2 |
ARM: bcm: Enable five Cygnus boards
bcm911360_entphn
bcm911360_entphn-ns
bcm911360k
bcm958300k-ns
bcm958305k
- updates to support Cygnus and NSP board families better
- add functions so CONFIG_ARMV7_NONSEC can be enabled on Cygnus boards
Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'configs/bcm958622hr_defconfig')
-rw-r--r-- | configs/bcm958622hr_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/bcm958622hr_defconfig b/configs/bcm958622hr_defconfig index 8a45e51..7c86300 100644 --- a/configs/bcm958622hr_defconfig +++ b/configs/bcm958622hr_defconfig @@ -1,3 +1,3 @@ CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x01000000" CONFIG_ARM=y -CONFIG_TARGET_BCM958622HR=y +CONFIG_TARGET_BCMNSP=y |