diff options
Diffstat (limited to 'include/configs/ADCIOP.h')
-rw-r--r-- | include/configs/ADCIOP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ADCIOP.h b/include/configs/ADCIOP.h index 92b4482cb66..255942aabd9 100644 --- a/include/configs/ADCIOP.h +++ b/include/configs/ADCIOP.h @@ -89,7 +89,7 @@ /* The following table includes the supported baudrates */ #define CFG_BAUDRATE_TABLE \ - { 300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200 } + { 300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200 } #define CFG_LOAD_ADDR 0x100000 /* default load address */ |