diff options
author | Tom Rini <trini@konsulko.com> | 2022-07-23 13:05:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-04 16:18:47 -0400 |
commit | 6f6b9703d0149b784cce81996773e4b84323c7e1 (patch) | |
tree | a191ca364dac7c553cfccb0ea489b70c37bbfc62 /include/configs/kmcent2.h | |
parent | 13e28f4987dd514ddbda36915bd9b8996a2d328d (diff) | |
download | u-boot-6f6b9703d0149b784cce81996773e4b84323c7e1.tar.gz |
Convert CONFIG_FSL_CORENET to Kconfig
This converts the following to Kconfig:
CONFIG_FSL_CORENET
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/kmcent2.h')
-rw-r--r-- | include/configs/kmcent2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/kmcent2.h b/include/configs/kmcent2.h index 348133c2c70..589ba615dd6 100644 --- a/include/configs/kmcent2.h +++ b/include/configs/kmcent2.h @@ -133,7 +133,6 @@ #define KM_I2C_DEBLOCK_SDA 21 /* High Level Configuration Options */ -#define CONFIG_FSL_CORENET /* Freescale CoreNet platform */ #define CONFIG_RESET_VECTOR_ADDRESS 0xebfffffc |