diff options
author | Tom Rini | 2021-12-11 14:55:49 -0500 |
---|---|---|
committer | Tom Rini | 2021-12-27 08:40:33 -0500 |
commit | 98ab831da74e5e845189a35f3d82628c6d175a82 (patch) | |
tree | d31c23d13a4ffccc858e8ee4c9c76caf9baada5c /include/configs/ls2080a_common.h | |
parent | 7e6a6fd82140dd4136b5a98e459b384f910ccd74 (diff) |
Convert CONFIG_FSL_IFC to Kconfig
This converts the following to Kconfig:
CONFIG_FSL_IFC
This is done via select statements to match previous logic.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls2080a_common.h')
-rw-r--r-- | include/configs/ls2080a_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h index 0ca03e0702c..cd58ee54e43 100644 --- a/include/configs/ls2080a_common.h +++ b/include/configs/ls2080a_common.h @@ -74,9 +74,6 @@ #define CONFIG_SYS_NS16550_REG_SIZE 1 #define CONFIG_SYS_NS16550_CLK (get_serial_clock()) -/* IFC */ -#define CONFIG_FSL_IFC - /* * During booting, IFC is mapped at the region of 0x30000000. * But this region is limited to 256MB. To accommodate NOR, promjet |