diff options
| author | Alexey Brodkin <[email protected]> | 2019-01-09 11:22:40 +0300 |
|---|---|---|
| committer | Alexey Brodkin <[email protected]> | 2019-01-25 08:38:18 +0300 |
| commit | 31e00acdc7e781d1cc681e25aae7485c34762672 (patch) | |
| tree | 110ceb455acb67286199cf30e086079a413435a4 /include | |
| parent | ce0d1e48165fdd3bde4bb431f1d2e100b1617a6e (diff) | |
serial: Get rid of CONFIG_DW_SERIAL
CONFIG_DW_SERIAL is no longer used anywhere so let's forget about it.
Signed-off-by: Alexey Brodkin <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Adam Ford <[email protected]>
Cc: Mario Six <[email protected]>
Cc: Tuomas Tynkkynen <[email protected]>
Cc: Alex Kiernan <[email protected]>
Cc: "Jorg Krause" <[email protected]>
Cc: Stephen Warren <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/axs10x.h | 1 | ||||
| -rw-r--r-- | include/configs/hsdk.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h index bd1c9025c62..1224815a925 100644 --- a/include/configs/axs10x.h +++ b/include/configs/axs10x.h @@ -45,7 +45,6 @@ /* * UART configuration */ -#define CONFIG_DW_SERIAL #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_CLK 33333333 #define CONFIG_SYS_NS16550_MEM32 diff --git a/include/configs/hsdk.h b/include/configs/hsdk.h index 2ec2fd12a18..92cf3a109ed 100644 --- a/include/configs/hsdk.h +++ b/include/configs/hsdk.h @@ -40,7 +40,6 @@ /* * UART configuration */ -#define CONFIG_DW_SERIAL #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_CLK 33330000 #define CONFIG_SYS_NS16550_MEM32 |
