diff mbox

[U-Boot,3/7] sunxi-common.h: Don't undefine CONFIG_CMD_NFS

Message ID 1406879207-12322-3-git-send-email-hdegoede@redhat.com
State Accepted
Delegated to: Hans de Goede
Headers show

Commit Message

Hans de Goede Aug. 1, 2014, 7:46 a.m. UTC
I see no reason to override the choice to include this from
config_cmd_defauls.h .

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 include/configs/sunxi-common.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Ian Campbell Aug. 4, 2014, 9:19 p.m. UTC | #1
On Fri, 2014-08-01 at 09:46 +0200, Hans de Goede wrote:
> I see no reason to override the choice to include this from
> config_cmd_defauls.h .
> 
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Acked-by: Ian Campbell <ijc@hellion.org.uk>
diff mbox

Patch

diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 9d4801a..cbe8b40 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -168,7 +168,6 @@ 
 
 #undef CONFIG_CMD_FPGA
 #undef CONFIG_CMD_NET
-#undef CONFIG_CMD_NFS
 
 /* I2C */
 #define CONFIG_SPL_I2C_SUPPORT