diff options
| author | Justin Waters <justin.waters@timesys.com> | 2013-07-11 09:55:03 -0400 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-07-30 09:21:42 -0400 | 
| commit | f881a4df4f34e3902b27003a20b7cf9f15251482 (patch) | |
| tree | 86ad003c0838c0b6b3b9f07eae82d4d8cedecacd | |
| parent | 8c6ede1fd21d4c132aba31a0f1cef2a478bafe96 (diff) | |
| download | olio-uboot-2014.01-f881a4df4f34e3902b27003a20b7cf9f15251482.tar.xz olio-uboot-2014.01-f881a4df4f34e3902b27003a20b7cf9f15251482.zip | |
am335x_evm: Add am335x_boneblack variant
The BeagleBone Black differs from the other AM335x boards in a few
significant ways, so it makes sense to create a custom configuration
for it. In particular, it uses eMMC instead of NAND flash.
Signed-off-by: Justin Waters <justin.waters@timesys.com>
| -rw-r--r-- | boards.cfg | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/boards.cfg b/boards.cfg index e49d6dd85..211ed589c 100644 --- a/boards.cfg +++ b/boards.cfg @@ -251,6 +251,7 @@ am335x_evm_uart3             arm         armv7       am335x              ti  am335x_evm_uart4             arm         armv7       am335x              ti             am33xx      am335x_evm:SERIAL5,CONS_INDEX=1,NAND  am335x_evm_uart5             arm         armv7       am335x              ti             am33xx      am335x_evm:SERIAL6,CONS_INDEX=1,NAND  am335x_evm_usbspl            arm         armv7       am335x              ti             am33xx      am335x_evm:SERIAL1,CONS_INDEX=1,NAND,SPL_USBETH_SUPPORT +am335x_boneblack             arm         armv7       am335x              ti             am33xx      am335x_evm:SERIAL1,CONS_INDEX=1,EMMC_BOOT  ti814x_evm                   arm         armv7       ti814x              ti             am33xx  pcm051                       arm         armv7       pcm051              phytec         am33xx      pcm051  sama5d3xek_mmc               arm         armv7       sama5d3xek          atmel          at91        sama5d3xek:SAMA5D3,SYS_USE_MMC |