diff options
| author | Simon Glass <[email protected]> | 2017-08-04 16:34:56 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-11 15:42:01 -0400 |
| commit | 78d11b704053c7c3ada8e3be3c333204fc24a88a (patch) | |
| tree | 8410b8bc167b3e564abbb5b68c2addd18ca9d197 /include | |
| parent | 3cef3b31853de70852abc07d8b64040e4bfa04d7 (diff) | |
Kconfig: Drop CONFIG_CMD_TFTP
This is not a valid CONFIG option. Drop it.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/dragonboard410c.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h index d9dc639aeb8..5a0b60ff66e 100644 --- a/include/configs/dragonboard410c.h +++ b/include/configs/dragonboard410c.h @@ -49,7 +49,6 @@ /* Enable that for switching of boot partitions */ /* Disabled by default as some sub-commands can brick eMMC */ /*#define CONFIG_SUPPORT_EMMC_BOOT */ -#define CONFIG_CMD_TFTP /* Partition table support */ #define HAVE_BLOCK_DEVICE /* Needed for partition commands */ |
