From d63323fb59fb8ccb6b86aad6c54418708f7556e2 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:08 -0600 Subject: Convert CONFIG_CMD_ECCTEST to Kconfig This converts the following to Kconfig: CONFIG_CMD_ECCTEST Signed-off-by: Simon Glass --- include/configs/katmai.h | 1 - include/configs/t3corp.h | 1 - 2 files changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/katmai.h b/include/configs/katmai.h index c3b9da0d96..3f39a26d3b 100644 --- a/include/configs/katmai.h +++ b/include/configs/katmai.h @@ -145,7 +145,6 @@ /* * Commands additional to the ones defined in amcc-common.h */ -#define CONFIG_CMD_ECCTEST #define CONFIG_CMD_PCI #define CONFIG_CMD_SDRAM diff --git a/include/configs/t3corp.h b/include/configs/t3corp.h index 964115f980..ed5aaa2a63 100644 --- a/include/configs/t3corp.h +++ b/include/configs/t3corp.h @@ -349,7 +349,6 @@ /* * Commands additional to the ones defined in amcc-common.h */ -#define CONFIG_CMD_ECCTEST #define CONFIG_CMD_PCI #define CONFIG_CMD_SDRAM -- cgit v1.2.3