diff options
| author | wdenk <wdenk> | 2003-09-17 15:10:32 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2003-09-17 15:10:32 +0000 | 
| commit | f54ebdfa28a3c384cb4904f75f8228f3c6d748c5 (patch) | |
| tree | 10a301981147099e9f930ac8ec042328e8c062fa /cpu/arm920t/serial.c | |
| parent | 34b3049a60a37e180d73332ccddf706c049a0515 (diff) | |
| download | olio-uboot-2014.01-f54ebdfa28a3c384cb4904f75f8228f3c6d748c5.tar.xz olio-uboot-2014.01-f54ebdfa28a3c384cb4904f75f8228f3c6d748c5.zip | |
Add auto-update code for TRAB board using USB memory sticks
Diffstat (limited to 'cpu/arm920t/serial.c')
| -rw-r--r-- | cpu/arm920t/serial.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/arm920t/serial.c b/cpu/arm920t/serial.c index 7ed452e13..6104e7528 100644 --- a/cpu/arm920t/serial.c +++ b/cpu/arm920t/serial.c @@ -30,7 +30,7 @@  #elif CONFIG_SERIAL2  # if defined(CONFIG_TRAB) -#  #error "TRAB supports only CONFIG_SERIAL1" +#  error "TRAB supports only CONFIG_SERIAL1"  # endif  #define UART_NR	S3C24X0_UART1 |