diff options
author | Simon Glass | 2017-05-17 03:25:20 -0600 |
---|---|---|
committer | Tom Rini | 2017-05-22 09:33:57 -0400 |
commit | df1c489adec1530aea44b806c3c8a87ebaaf0050 (patch) | |
tree | 48bb14733975b683dc2f8d7ecf809bb18e894023 /include/configs/iocon.h | |
parent | 5d927b428622800850d845b468a3165eb1c92d7b (diff) |
Convert CONFIG_CMD_FPGAD to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_FPGAD
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/iocon.h')
-rw-r--r-- | include/configs/iocon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/iocon.h b/include/configs/iocon.h index 379665d26b0..1d13c24566c 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 /* |