diff options
author | Fabio Estevam <festevam@gmail.com> | 2012-05-12 08:16:46 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:29 +0200 |
commit | eeacb73b8e0823b400eda5022e56e9f5a59b37a0 (patch) | |
tree | c360e3bc6004a0912c1774c7e680ba484199366e | |
parent | 7d778916053aa579155c71e68debb0bde612b139 (diff) | |
download | u-boot-imx-eeacb73b8e0823b400eda5022e56e9f5a59b37a0.zip u-boot-imx-eeacb73b8e0823b400eda5022e56e9f5a59b37a0.tar.gz u-boot-imx-eeacb73b8e0823b400eda5022e56e9f5a59b37a0.tar.bz2 |
mx28evk: Fix PSWITCH key position
Fix the position for PSWITCH key.
The good benefit of doing this is that boot time is greatly reduced:
from 5 seconds to less then 1 second.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Marek Vasut <marex@denx.de>
-rw-r--r-- | doc/README.mx28evk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.mx28evk b/doc/README.mx28evk index c6c3d37..571dfda 100644 --- a/doc/README.mx28evk +++ b/doc/README.mx28evk @@ -17,7 +17,7 @@ Jumper configuration To boot MX28EVK from an SD card, set the boot mode DIP switches as: * Boot Mode Select: 1 0 0 1 (Boot from SD card Slot 0 - U42) - * JTAG PSWITCH RESET: To the left (reset enabled) + * JTAG PSWITCH RESET: To the right (reset disabled) * Battery Source: Down * Wall 5V: Up * VDD 5V: To the left (off) |