diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2007-12-07 00:42:32 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-02-04 00:17:20 +0100 |
commit | 4fedfddf97461b88668b9aec774dfb7a0c6dc368 (patch) | |
tree | a57b38064eb6c796263e8a1f6c6778df8b1f22cc /board/voiceblue/setup.S | |
parent | 2c5260f711168d5ee91c70ddbb7d897013eefc46 (diff) | |
download | u-boot-imx-4fedfddf97461b88668b9aec774dfb7a0c6dc368.zip u-boot-imx-4fedfddf97461b88668b9aec774dfb7a0c6dc368.tar.gz u-boot-imx-4fedfddf97461b88668b9aec774dfb7a0c6dc368.tar.bz2 |
ARM: Board voiceblue update
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Diffstat (limited to 'board/voiceblue/setup.S')
-rw-r--r-- | board/voiceblue/setup.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/voiceblue/setup.S b/board/voiceblue/setup.S index dcf37b5..78cd2b6 100644 --- a/board/voiceblue/setup.S +++ b/board/voiceblue/setup.S @@ -77,7 +77,7 @@ MUX_CONFIG_VALUES: .word 0x00000000 @ FUNC_MUX_CTRL_3 .word 0x00000000 @ FUNC_MUX_CTRL_4 .word 0x12082480 @ FUNC_MUX_CTRL_5 - .word 0x00000004 @ FUNC_MUX_CTRL_6 + .word 0x0000001c @ FUNC_MUX_CTRL_6 .word 0x00000003 @ FUNC_MUX_CTRL_7 .word 0x10001200 @ FUNC_MUX_CTRL_8 .word 0x01201012 @ FUNC_MUX_CTRL_9 |