diff options
| author | Tom Rini <[email protected]> | 2022-07-23 13:05:10 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-04 16:18:48 -0400 |
| commit | 612f7a61d59cc71daa6296f8c2c7346b8e811caa (patch) | |
| tree | b0542bc9d5c046515f92fe12cac42e73f1e311a6 /include/configs/lx2160a_common.h | |
| parent | 923a855509c6114b044b6358c98f1857f52ab80b (diff) | |
Convert CONFIG_FSL_MEMAC et al to Kconfig
This converts the following to Kconfig:
CONFIG_FSL_MEMAC
CONFIG_SYS_MEMAC_LITTLE_ENDIAN
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs/lx2160a_common.h')
| -rw-r--r-- | include/configs/lx2160a_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h index b7543731691..0f5b0444e70 100644 --- a/include/configs/lx2160a_common.h +++ b/include/configs/lx2160a_common.h @@ -10,8 +10,6 @@ #include <asm/arch/config.h> #include <asm/arch/soc.h> -#define CONFIG_FSL_MEMAC - #define CONFIG_SYS_FLASH_BASE 0x20000000 /* DDR */ |
