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 | |
| parent | b77fad3b25402559247faac95bc23bd2981f0d11 (diff) | |
| download | olio-uboot-2014.01-e694e08a8b0b43e676c48867ca2cc28f4a7f2b84.tar.xz olio-uboot-2014.01-e694e08a8b0b43e676c48867ca2cc28f4a7f2b84.zip | |
Cleanup
| -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 2501622eb..969110658 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; |