diff options
author | Lothar Felten <lothar.felten@gmail.com> | 2014-01-31 17:34:14 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-21 13:54:57 -0500 |
commit | da4105dfcd27c20e5cf4eb750f88938f56620d37 (patch) | |
tree | c0a412767dbccf65710c09774623c7713bebc28d /include/configs/ti_am335x_common.h | |
parent | 3e11350255d9c5d4bd03c2a65769da84c05d3294 (diff) | |
download | u-boot-imx-da4105dfcd27c20e5cf4eb750f88938f56620d37.zip u-boot-imx-da4105dfcd27c20e5cf4eb750f88938f56620d37.tar.gz u-boot-imx-da4105dfcd27c20e5cf4eb750f88938f56620d37.tar.bz2 |
am335x: Initial support for Silica Pengwyn board
This patch add support for the Silica Pengwyn board [1]
The board is based on a TI AM3354 CPU [2]
All jumpers removed it will boot from the SDcard, the console is on
UART1 accessible via the FDTI -> USB. The on board NAND flash is
supported and can act as boot medium, depending on jumper settings.
USB Host, USB Device and Ethernet are also provided but untested.
[1]
http://www.silica.com/product/silica-pengwyn-board.html
[2]
http://www.ti.com/product/am3354
Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
[trini: Move CONFIG_BOARD_LATE_INIT into am335x_evm.h, drop unused
spi0_pin_mux from Pengwyn support]
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/ti_am335x_common.h')
-rw-r--r-- | include/configs/ti_am335x_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ti_am335x_common.h b/include/configs/ti_am335x_common.h index 91f97dd..7e9ca01 100644 --- a/include/configs/ti_am335x_common.h +++ b/include/configs/ti_am335x_common.h @@ -13,7 +13,6 @@ #define __CONFIG_TI_AM335X_COMMON_H__ #define CONFIG_AM33XX -#define CONFIG_BOARD_LATE_INIT #define CONFIG_ARCH_CPU_INIT #define CONFIG_SYS_CACHELINE_SIZE 64 #define CONFIG_MAX_RAM_BANK_SIZE (1024 << 20) /* 1GB */ |