diff options
author | wdenk <wdenk> | 2005-04-07 22:41:05 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-07 22:41:05 +0000 |
commit | e694e08a8b0b43e676c48867ca2cc28f4a7f2b84 (patch) | |
tree | 8e27fe411fff202a49015b6a0e7a177b46d06cb9 /board/voiceblue/voiceblue.c | |
parent | b77fad3b25402559247faac95bc23bd2981f0d11 (diff) | |
download | u-boot-imx-e694e08a8b0b43e676c48867ca2cc28f4a7f2b84.zip u-boot-imx-e694e08a8b0b43e676c48867ca2cc28f4a7f2b84.tar.gz u-boot-imx-e694e08a8b0b43e676c48867ca2cc28f4a7f2b84.tar.bz2 |
Cleanup
Diffstat (limited to 'board/voiceblue/voiceblue.c')
-rw-r--r-- | board/voiceblue/voiceblue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/voiceblue/voiceblue.c b/board/voiceblue/voiceblue.c index 2501622..9691106 100644 --- a/board/voiceblue/voiceblue.c +++ b/board/voiceblue/voiceblue.c @@ -24,7 +24,6 @@ int board_init(void) { DECLARE_GLOBAL_DATA_PTR; - unsigned int val; *((volatile unsigned char *) VOICEBLUE_LED_REG) = 0xaa; |