diff options
author | Adam Ford <aford173@gmail.com> | 2019-08-14 07:54:34 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-23 16:45:40 -0400 |
commit | 78f28773a55db9ed434e7b1920b94bb95167844f (patch) | |
tree | 53fc282a4dc2bed3436284ee5353e75fdcb965b1 /include/configs/ti_armv7_keystone2.h | |
parent | 3f70bef1b8c2519fe34a16937457342629303e62 (diff) |
Convert CONFIG_MX_CYCLIC to Kconfig
This converts the following to Kconfig:
CONFIG_MX_CYCLIC
Signed-off-by: Adam Ford <aford173@gmail.com>
Acked-by: David Lechner <david@lechnology.com>
Diffstat (limited to 'include/configs/ti_armv7_keystone2.h')
-rw-r--r-- | include/configs/ti_armv7_keystone2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index 03753c5b52..1272b46716 100644 --- a/include/configs/ti_armv7_keystone2.h +++ b/include/configs/ti_armv7_keystone2.h @@ -175,7 +175,6 @@ DFU_ALT_INFO_MMC \ /* U-Boot general configuration */ -#define CONFIG_MX_CYCLIC #define CONFIG_TIMESTAMP /* EDMA3 */ |