diff options
author | Vignesh R <vigneshr@ti.com> | 2019-02-05 17:31:25 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-11 20:07:12 -0400 |
commit | 91dba55ca6ae0ae22702852f9a73748eb1e21cf9 (patch) | |
tree | 364110f8892efeeafafcfed52db6d4feb5230386 /drivers/soc/Makefile | |
parent | ffcc66e8fec52d9c8d909f21c627c80596582dca (diff) | |
download | u-boot-91dba55ca6ae0ae22702852f9a73748eb1e21cf9.tar.gz |
soc: keystone: Merge into ti specific directory
Merge drivers/soc/keystone/ into drivers/soc/ti/
and convert CONFIG_TI_KEYSTONE_SERDES into Kconfig.
Signed-off-by: Vignesh R <vigneshr@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/soc/Makefile')
-rw-r--r-- | drivers/soc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile index 8b7ead546e..ce253b7aa8 100644 --- a/drivers/soc/Makefile +++ b/drivers/soc/Makefile @@ -2,5 +2,4 @@ # # Makefile for the U-Boot SOC specific device drivers. -obj-$(CONFIG_ARCH_KEYSTONE) += keystone/ obj-$(CONFIG_SOC_TI) += ti/ |