diff options
| author | Wolfgang Denk <wd@denx.de> | 2011-09-11 21:24:09 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-09-11 21:24:09 +0200 | 
| commit | 04e5ae793153e74d682f2d0e297e58fd75366c8f (patch) | |
| tree | 2a94d2ea7897d12a9600a5d378cfd3f810ee29fc /arch/arm/cpu/arm920t/at91/at91rm9200_devices.c | |
| parent | 3b7175524939ffc73af2b8eb1ee5166838d3f260 (diff) | |
| download | olio-uboot-2014.01-04e5ae793153e74d682f2d0e297e58fd75366c8f.tar.xz olio-uboot-2014.01-04e5ae793153e74d682f2d0e297e58fd75366c8f.zip | |
Minor coding style cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/arm/cpu/arm920t/at91/at91rm9200_devices.c')
| -rw-r--r-- | arch/arm/cpu/arm920t/at91/at91rm9200_devices.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/arch/arm/cpu/arm920t/at91/at91rm9200_devices.c b/arch/arm/cpu/arm920t/at91/at91rm9200_devices.c index f610a1e56..412f502c3 100644 --- a/arch/arm/cpu/arm920t/at91/at91rm9200_devices.c +++ b/arch/arm/cpu/arm920t/at91/at91rm9200_devices.c @@ -75,11 +75,9 @@ void at91_serial2_hw_init(void)  	writel(1 << ATMEL_ID_USART2, &pmc->pcer);  } -  void at91_seriald_hw_init(void)  {  	at91_set_a_periph(AT91_PIO_PORTA, 30, PUP);		/* DRXD */  	at91_set_a_periph(AT91_PIO_PORTA, 31, 1);		/* DTXD */  	/* writing SYS to PCER has no effect on AT91RM9200 */  } - |