From aef04a8aa1164bf2605db102fa051a34f646c0a1 Mon Sep 17 00:00:00 2001 From: Matteo Ghidoni Date: Thu, 29 Oct 2020 13:48:01 +0100 Subject: km: replace hardcoded address for imported environment Instead of using an hard coded address, make use of an already defined address for importing the environment for ramfs and nfs boot. This allows boards having different mapping to use the same code. CC: Heiko Schocher CC: Tom Rini Signed-off-by: Matteo Ghidoni Signed-off-by: Holger Brunck --- board/keymile/scripts/develop-arm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/keymile/scripts/develop-arm.txt') diff --git a/board/keymile/scripts/develop-arm.txt b/board/keymile/scripts/develop-arm.txt index d3c974f1f9..4c12d3e1c4 100644 --- a/board/keymile/scripts/develop-arm.txt +++ b/board/keymile/scripts/develop-arm.txt @@ -1 +1 @@ -setup_debug_env=tftpboot 0x200000 scripts/develop-common.txt && env import -t 0x200000 ${filesize} && run configure +setup_debug_env=tftpboot ${load_addr_r} scripts/develop-common.txt && env import -t ${load_addr_r} ${filesize} && run configure -- cgit v1.2.3