diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:20 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 09:33:57 -0400 |
commit | df1c489adec1530aea44b806c3c8a87ebaaf0050 (patch) | |
tree | 48bb14733975b683dc2f8d7ecf809bb18e894023 /include/configs/hrcon.h | |
parent | 5d927b428622800850d845b468a3165eb1c92d7b (diff) | |
download | u-boot-df1c489adec1530aea44b806c3c8a87ebaaf0050.tar.gz |
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/hrcon.h')
-rw-r--r-- | include/configs/hrcon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/hrcon.h b/include/configs/hrcon.h index 5574e7715a..cfebd2d26e 100644 --- a/include/configs/hrcon.h +++ b/include/configs/hrcon.h @@ -26,7 +26,6 @@ #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC83xx_ESDHC_ADDR -#define CONFIG_CMD_FPGAD #define CONFIG_CMD_IOLOOP /* |