From 230ecd7150e83fc5a669bc1d986a79cd036de90a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:15 -0600 Subject: Convert CONFIG_CMD_ERRATA to Kconfig This converts the following to Kconfig: CONFIG_CMD_ERRATA Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- include/configs/t4qds.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/t4qds.h') diff --git a/include/configs/t4qds.h b/include/configs/t4qds.h index 55b8e3ebfc..f4f9a38b2c 100644 --- a/include/configs/t4qds.h +++ b/include/configs/t4qds.h @@ -241,7 +241,6 @@ /* * Command line configuration. */ -#define CONFIG_CMD_ERRATA #define CONFIG_CMD_IRQ #ifdef CONFIG_PCI -- cgit