diff options
author | Cooper Jr., Franklin <fcooper@ti.com> | 2015-04-21 07:51:04 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-08 17:24:16 -0400 |
commit | 2320866b978fc12904eeba37236f35d12b4aec30 (patch) | |
tree | 952317066bcbd6d980bb3cb9cdc6ce943881c85d /include/configs/am43xx_evm.h | |
parent | 02ffb580e6ab7aaa7f6703ed35f489e97439cb65 (diff) |
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 <fcooper@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/am43xx_evm.h')
-rw-r--r-- | include/configs/am43xx_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index 6eb31e2120..331fdac0f1 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 \ |