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/bcm911360_entphn-ns_defconfig | |
parent | 18f26fdbd0503e5293aa7858809015737bf5006e (diff) | |
download | u-boot-abb1678cca69e4259f01a10f6da2828394d26046.tar.gz |
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/bcm911360_entphn-ns_defconfig')
-rw-r--r-- | configs/bcm911360_entphn-ns_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/bcm911360_entphn-ns_defconfig b/configs/bcm911360_entphn-ns_defconfig new file mode 100644 index 0000000000..6f5c154c44 --- /dev/null +++ b/configs/bcm911360_entphn-ns_defconfig @@ -0,0 +1,3 @@ +CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x20000000,ARMV7_NONSEC" +CONFIG_ARM=y +CONFIG_TARGET_BCMCYGNUS=y |