diff options
author | Steve Rae <srae@broadcom.com> | 2016-06-02 15:10:56 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-13 08:56:02 -0400 |
commit | 43486e4cd094eabdd514ed7a2376ca55655e506f (patch) | |
tree | 1cd8a75a92492366e98fe83343c946036a2d1245 /arch/arm/cpu/armv7/Makefile | |
parent | 1e031249a53e38d9b8290fa99106477c231bf2dd (diff) | |
download | u-boot-imx-43486e4cd094eabdd514ed7a2376ca55655e506f.zip u-boot-imx-43486e4cd094eabdd514ed7a2376ca55655e506f.tar.gz u-boot-imx-43486e4cd094eabdd514ed7a2376ca55655e506f.tar.bz2 |
board: arm:: Add support for Broadcom BCM23550
Add support for the Broadcom BCM23550 board.
Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'arch/arm/cpu/armv7/Makefile')
-rw-r--r-- | arch/arm/cpu/armv7/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/Makefile b/arch/arm/cpu/armv7/Makefile index 328c4b1..0a5ac97 100644 --- a/arch/arm/cpu/armv7/Makefile +++ b/arch/arm/cpu/armv7/Makefile @@ -38,6 +38,7 @@ obj-y += s5p-common/ endif obj-$(if $(filter am33xx,$(SOC)),y) += am33xx/ +obj-$(if $(filter bcm235xx,$(SOC)),y) += bcm235xx/ obj-$(if $(filter bcm281xx,$(SOC)),y) += bcm281xx/ obj-$(if $(filter bcmcygnus,$(SOC)),y) += bcmcygnus/ obj-$(if $(filter bcmnsp,$(SOC)),y) += bcmnsp/ |