diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-18 08:38:23 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-25 12:01:15 +0000 |
commit | 5842c8107d9a13b958fa894b22485b32e078f75b (patch) | |
tree | 82685b53c87cd4a2483181e573de6503f1f129fc /configs/gurnard_defconfig | |
parent | 03d14ccdf6c4ae56e3351ca828d9b1ac6467aea5 (diff) | |
download | u-boot-5842c8107d9a13b958fa894b22485b32e078f75b.tar.gz |
Convert CONFIG_TFTP_PORT to Kconfig
This converts the following to Kconfig:
CONFIG_TFTP_PORT
Cc: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/gurnard_defconfig')
-rw-r--r-- | configs/gurnard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/gurnard_defconfig b/configs/gurnard_defconfig index 47678e6c51..fc6c2b96b7 100644 --- a/configs/gurnard_defconfig +++ b/configs/gurnard_defconfig @@ -40,6 +40,7 @@ CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_NAND=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_NET_RETRY_COUNT=20 +CONFIG_TFTP_PORT=y CONFIG_TFTP_TSIZE=y CONFIG_AT91_GPIO=y CONFIG_GENERIC_ATMEL_MCI=y |