summaryrefslogtreecommitdiff
path: root/configs/jetson-tk1.board
Commit message (Collapse)AuthorAgeFilesLines
* Enable Jetson TK1 board by defaultStephen Warren2014-05-141-1/+0
| | | | | | | Now that mainline U-Boot contains support for Jetson TK1, enable building for it by default. Signed-off-by: Stephen Warren <swarren@nvidia.com>
* Add support for Jetson TK1 boardStephen Warren2014-03-201-0/+5
This board is currently disabled by default due to lack of U-Boot support in the mainline repository. If you wish to test this, do as follows: cd ../u-boot git checkout some-branch-with-jetson-tk1-support cd ../scripts ./build --boards venice2 build Signed-off-by: Stephen Warren <swarren@nvidia.com>