From 2320866b978fc12904eeba37236f35d12b4aec30 Mon Sep 17 00:00:00 2001 From: "Cooper Jr., Franklin" Date: Tue, 21 Apr 2015 07:51:04 -0500 Subject: ti: am335x/am437x/omap5 devices: Unify network environment variables Across several devices network environment variables are duplicated. Move these variables to a common include file which insures the environment variables are reused and insures devices across product lines share the same values. Signed-off-by: Franklin S Cooper Jr Reviewed-by: Tom Rini --- include/configs/am43xx_evm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/am43xx_evm.h') diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index 6eb31e2..331fdac 100644 --- a/include/configs/am43xx_evm.h +++ b/include/configs/am43xx_evm.h @@ -295,6 +295,7 @@ "setenv fdtfile am437x-idk-evm.dtb; fi; " \ "if test $fdtfile = undefined; then " \ "echo WARNING: Could not determine device tree; fi; \0" \ + NETARGS \ DFUARGS \ #define CONFIG_BOOTCOMMAND \ -- cgit v1.1