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 /include/configs/snapper9260.h | |
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 'include/configs/snapper9260.h')
-rw-r--r-- | include/configs/snapper9260.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h index 2f0309f0ccd..f7ee9dbac35 100644 --- a/include/configs/snapper9260.h +++ b/include/configs/snapper9260.h @@ -37,9 +37,6 @@ #define CONFIG_SYS_NAND_ENABLE_PIN AT91_PIN_PC14 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC13 -/* Ethernet */ -#define CONFIG_TFTP_PORT - /* USB */ #define CONFIG_USB_ATMEL #define CONFIG_USB_ATMEL_CLK_SEL_PLLB |