diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2013-11-18 14:50:19 +0800 |
---|---|---|
committer | Sonic Zhang <sonic.zhang@analog.com> | 2013-12-06 16:06:51 +0800 |
commit | 7a58eb96862d6112b094a7ce78637c4d60461679 (patch) | |
tree | 94eaef82af259ef493c23ea4ae80819c298a8105 /include/configs/dnp5370.h | |
parent | 76db0fde5bc8e61ebfd04a940cd28ea331874104 (diff) | |
download | u-boot-imx-7a58eb96862d6112b094a7ce78637c4d60461679.zip u-boot-imx-7a58eb96862d6112b094a7ce78637c4d60461679.tar.gz u-boot-imx-7a58eb96862d6112b094a7ce78637c4d60461679.tar.bz2 |
blackfin: Add missing macro CONFIG_BFIN_SERIAL
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'include/configs/dnp5370.h')
-rw-r--r-- | include/configs/dnp5370.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/dnp5370.h b/include/configs/dnp5370.h index d0e72e3..4f2c742 100644 --- a/include/configs/dnp5370.h +++ b/include/configs/dnp5370.h @@ -103,6 +103,7 @@ #define CONFIG_DNP5370_EXT_WD_DISABLE 1 #define CONFIG_UART_CONSOLE 0 +#define CONFIG_BFIN_SERIAL #define CONFIG_BAUDRATE 115200 #define CONFIG_BOOTCOMMAND "bootm 0x20030000" #define CONFIG_BOOTARGS "console=ttyBF0,115200 root=/dev/mtdblock3 rootfstype=ext2" |