diff options
author | Gilles Gameiro <gguess007@gmail.com> | 2015-02-10 01:36:01 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-05 20:13:21 -0500 |
commit | a2bc4321e49fa90933029596dd5fa322aad99de4 (patch) | |
tree | 6edeabf589d396f47cd92ae2dca98c1b74e9ee01 /arch | |
parent | d275c40c69cad09a139f4a1df874e68c086df7a7 (diff) | |
download | u-boot-imx-a2bc4321e49fa90933029596dd5fa322aad99de4.zip u-boot-imx-a2bc4321e49fa90933029596dd5fa322aad99de4.tar.gz u-boot-imx-a2bc4321e49fa90933029596dd5fa322aad99de4.tar.bz2 |
Adding Support for BAV335x boards
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8472d41..27bcc2d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -381,6 +381,19 @@ config TARGET_AM43XX_EVM select CPU_V7 select SUPPORT_SPL +config TARGET_BAV335X + bool "Support bav335x" + select CPU_V7 + select SUPPORT_SPL + help + The BAV335x OEM Network Processor integrates all the functions of an + embedded network computer in a small, easy to use SODIMM module which + incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8 + processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit + ethernet with simple connection to external connectors. + + For more information, visit: http://birdland.com/oem + config TARGET_TI814X_EVM bool "Support ti814x_evm" select CPU_V7 @@ -836,6 +849,7 @@ source "board/syteco/zmx25/Kconfig" source "board/tbs/tbs2910/Kconfig" source "board/ti/am335x/Kconfig" source "board/ti/am43xx/Kconfig" +source "board/birdland/bav335x/Kconfig" source "board/ti/ti814x/Kconfig" source "board/ti/ti816x/Kconfig" source "board/timll/devkit3250/Kconfig" |