summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2014-04-21 12:35:27 -0500
committerDennis Gilmore <dennis@ausil.us>2014-04-25 17:08:06 -0500
commit619b07ef07df8f06039a5502df8408ad9abed960 (patch)
tree3e74692b2e855741cec05d9130fb1aef90c1f7d5
parent9c3e5ff69a47086bb7428043ed91261a6b6b9d18 (diff)
downloadu-boot-619b07ef07df8f06039a5502df8408ad9abed960.tar.gz
u-boot-619b07ef07df8f06039a5502df8408ad9abed960.tar.xz
u-boot-619b07ef07df8f06039a5502df8408ad9abed960.zip
add to ti_armv7_common.h generic distro environment variables
there are two new environment variables and addresses that need to be set for generic distro support, add them into the common ti environment.
-rw-r--r--include/configs/ti_armv7_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index fda99fb265..656d9391fa 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -53,6 +53,8 @@
#define DEFAULT_LINUX_BOOT_ENV \
"loadaddr=0x82000000\0" \
"kernel_addr_r=0x82000000\0" \
+ "pxe_addr_r=0x87F00000\0" \
+ "scriptaddr=0x87E00000\0" \
"fdtaddr=0x88000000\0" \
"fdt_addr_r=0x88000000\0" \
"rdaddr=0x88080000\0" \