diff options
Diffstat (limited to 'include/configs/mxs.h')
-rw-r--r-- | include/configs/mxs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mxs.h b/include/configs/mxs.h index 0882d5d8f2..238b16d17f 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -120,7 +120,7 @@ #define CONFIG_PL011_CLOCK 24000000 #define CONFIG_PL01x_PORTS { (void *)MXS_UARTDBG_BASE } #define CONFIG_CONS_INDEX 0 -/* Default baudrate can be overriden by board! */ +/* Default baudrate can be overridden by board! */ #ifndef CONFIG_BAUDRATE #define CONFIG_BAUDRATE 115200 #endif |