From 2824e667e18eb318a9e9b45edb041743c7c82b9f Mon Sep 17 00:00:00 2001 From: Marek Szyprowski Date: Mon, 22 Feb 2010 12:17:22 +0100 Subject: [PATCH] s5pc110: enable TFTP over USB support Signed-off-by: Marek Szyprowski --- include/configs/s5pc1xx_universal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/s5pc1xx_universal.h b/include/configs/s5pc1xx_universal.h index 5e04fdc..3d2f7a3 100644 --- a/include/configs/s5pc1xx_universal.h +++ b/include/configs/s5pc1xx_universal.h @@ -128,7 +128,7 @@ #define CONFIG_ZERO_BOOTDELAY_CHECK /* To use the TFTPBOOT over USB, Please enable the CONFIG_CMD_NET */ -#undef CONFIG_CMD_NET +//#undef CONFIG_CMD_NET #ifdef CONFIG_CMD_NET /* Ethernet */ -- 2.7.4