summaryrefslogtreecommitdiffstats
path: root/board/cmc_pu2
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-19 00:46:54 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-19 00:46:54 +0200
commit6617aae9b9f297c388fc011bdf4eb6c4553339e6 (patch)
tree8a79131873cc1c05ba0a4362af9848bf3895ffb5 /board/cmc_pu2
parentdf3c7c8f52473297e4049efd8309d3ea944606f7 (diff)
downloadblackbird-obmc-uboot-6617aae9b9f297c388fc011bdf4eb6c4553339e6.tar.gz
blackbird-obmc-uboot-6617aae9b9f297c388fc011bdf4eb6c4553339e6.zip
Add new board specific commands for TQM5200/STK52XX
- Sound commands (beep, wav, sound) - Test commands (led, can, backlight, rs232) Patch by Martin Krause, 02 May 2005
Diffstat (limited to 'board/cmc_pu2')
-rw-r--r--board/cmc_pu2/cmc_pu2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cmc_pu2/cmc_pu2.c b/board/cmc_pu2/cmc_pu2.c
index e54ca9cc37..b5e5e28892 100644
--- a/board/cmc_pu2/cmc_pu2.c
+++ b/board/cmc_pu2/cmc_pu2.c
@@ -138,7 +138,7 @@ int hw_detect (void)
pio->PIO_ODR = AT91C_PIO_PB12;
pio->PIO_PPUDR = AT91C_PIO_PB12;
pio->PIO_PER = AT91C_PIO_PB12;
-
+
/* configure PB13 as input without pull up */
pio->PIO_ODR = AT91C_PIO_PB13;
pio->PIO_PPUDR = AT91C_PIO_PB13;
OpenPOWER on IntegriCloud