diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2013-04-07 19:04:14 +0800 |
---|---|---|
committer | Sonic Zhang <sonic.zhang@analog.com> | 2013-05-13 16:30:26 +0800 |
commit | 9d803fc8125a3528f700da9064d1bfa3fbc56b13 (patch) | |
tree | 21da32fcbfda9298bd5403e3a7ea140caf178f38 /include/configs | |
parent | e9a389a18477c1c57a0b30e9ea8f4d38c6e26e63 (diff) | |
download | u-boot-imx-9d803fc8125a3528f700da9064d1bfa3fbc56b13.zip u-boot-imx-9d803fc8125a3528f700da9064d1bfa3fbc56b13.tar.gz u-boot-imx-9d803fc8125a3528f700da9064d1bfa3fbc56b13.tar.bz2 |
blackfin: Move blackfin serial driver out of blackfin arch folder.
- Move blackfin serial driver to the generic driver folder.
- Move blackfin serial headers to blackfin arch head folder.
- Update the include path to blackfin serial header in start up code.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/bfin_adi_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index 0bcccf8..c751dd7 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -111,6 +111,9 @@ #ifndef CONFIG_BAUDRATE # define CONFIG_BAUDRATE 57600 #endif +#ifdef CONFIG_UART_CONSOLE +# define CONFIG_BFIN_SERIAL +#endif /* * Debug Settings |