]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tegra: trimslice: set up serial flash pinmux
authorStephen Warren <swarren@nvidia.com>
Tue, 12 Jun 2012 08:33:41 +0000 (08:33 +0000)
committerAlbert ARIBAUD (U-Boot) <uboot@lilith.(none)>
Mon, 9 Jul 2012 20:44:33 +0000 (22:44 +0200)
commit2db7b952844f95c8299bb84bc3b2d38e8f48f5cd
treeed20767f3bb04f04aad42bfa9b2b55275d2b917b
parente02849488724bdfdc36ef8105c59a49986db3ebc
tegra: trimslice: set up serial flash pinmux

When Trimslice is booted from serial flash, the boot ROM does this, so
U-Boot doesn't need to. However, booting from the SD slot for recovery
purposes, the boot ROM does not set up the pinmux for serial flash. Add
code to U-Boot to set this up, so that an SD-based recovery U-Boot image
can upgrade the U-Boot in serial flash.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
board/compulab/trimslice/trimslice.c