diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-19 00:46:54 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-19 00:46:54 +0200 |
commit | 6617aae9b9f297c388fc011bdf4eb6c4553339e6 (patch) | |
tree | 8a79131873cc1c05ba0a4362af9848bf3895ffb5 /board/cmc_pu2 | |
parent | df3c7c8f52473297e4049efd8309d3ea944606f7 (diff) | |
download | u-boot-imx-6617aae9b9f297c388fc011bdf4eb6c4553339e6.zip u-boot-imx-6617aae9b9f297c388fc011bdf4eb6c4553339e6.tar.gz u-boot-imx-6617aae9b9f297c388fc011bdf4eb6c4553339e6.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cmc_pu2/cmc_pu2.c b/board/cmc_pu2/cmc_pu2.c index e54ca9c..b5e5e28 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; |