diff options
| author | Thomas Chou <[email protected]> | 2015-11-19 21:48:07 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-11-21 21:50:04 -0500 |
| commit | f27445cbdc3cdfef0d1e98b05f6ef0cc09c7d967 (patch) | |
| tree | eb3c5008043f1f6374f7bb66d5b9f9c2a946dbc6 /drivers/serial/Makefile | |
| parent | 81cd63a991f87c1ddbf7850beae0a4c543b45c7e (diff) | |
ns16550: unify serial_ppc
Unify serial_ppc, and use the generic binding.
Signed-off-by: Thomas Chou <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
[trini: Add TODO comment]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/serial/Makefile')
| -rw-r--r-- | drivers/serial/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile index 9036a8e9cdc..9f61113fa78 100644 --- a/drivers/serial/Makefile +++ b/drivers/serial/Makefile @@ -8,7 +8,6 @@ ifdef CONFIG_DM_SERIAL obj-y += serial-uclass.o obj-$(CONFIG_PL01X_SERIAL) += serial_pl01x.o -obj-$(CONFIG_PPC) += serial_ppc.o else obj-y += serial.o obj-$(CONFIG_PL010_SERIAL) += serial_pl01x.o |
