diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-04-01 09:22:34 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-08 23:00:58 -0400 |
commit | f02b8d17619f76124045a9e75acc17d8de3207a1 (patch) | |
tree | 889842ea885147086a75ba74d288a7aae22a426e /include/configs/ti_am335x_common.h | |
parent | 5bc0543df3079add8152afa041b887d081d71839 (diff) | |
download | u-boot-f02b8d17619f76124045a9e75acc17d8de3207a1.tar.gz u-boot-f02b8d17619f76124045a9e75acc17d8de3207a1.tar.xz u-boot-f02b8d17619f76124045a9e75acc17d8de3207a1.zip |
Migrate CONFIG_DRIVER_TI_CPSW to Kconfig
This converts CONFIG_DRIVER_TI_CPSW to Kconfig
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/ti_am335x_common.h')
-rw-r--r-- | include/configs/ti_am335x_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ti_am335x_common.h b/include/configs/ti_am335x_common.h index 9832e09aac..83e26dbb6e 100644 --- a/include/configs/ti_am335x_common.h +++ b/include/configs/ti_am335x_common.h @@ -35,7 +35,6 @@ #define CONFIG_MII /* Required in net/eth.c */ #endif -#define CONFIG_DRIVER_TI_CPSW /* Driver for IP block */ /* * SPL related defines. The Public RAM memory map the ROM defines the * area between 0x402F0400 and 0x4030B800 as a download area and |