From df1c489adec1530aea44b806c3c8a87ebaaf0050 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:20 -0600 Subject: Convert CONFIG_CMD_FPGAD to Kconfig This converts the following to Kconfig: CONFIG_CMD_FPGAD Signed-off-by: Simon Glass --- include/configs/iocon.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/iocon.h') diff --git a/include/configs/iocon.h b/include/configs/iocon.h index 379665d26b..1d13c24566 100644 --- a/include/configs/iocon.h +++ b/include/configs/iocon.h @@ -54,7 +54,6 @@ /* * Commands additional to the ones defined in amcc-common.h */ -#define CONFIG_CMD_FPGAD #undef CONFIG_CMD_IRQ /* -- cgit