diff mbox

[Xen-devel,OSSTEST,v2,17/20] Osstest/Debian: Remove hardcoded midway specific addresses from boot.scr

Message ID 1414579302-6692-17-git-send-email-ian.campbell@citrix.com
State New
Headers show

Commit Message

Ian Campbell Oct. 29, 2014, 10:41 a.m. UTC
This depends on a change to the hostdb to add "setenv xen_addr_r 0x01000000" to
the UBootScriptEarlyCommands property of the midway machines.

Most platforms will need something similar. For both cubietruck and arndale
"setenv xen_addr_r 0x41000000" is appropriate.

This is going to be a pretty common requirement on ARM/uboot systems, should I
make it a specific property instead of reusing the generic hook?

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
v2: s/go along with/depends on/
---
 Osstest/Debian.pm | 4 ----
 1 file changed, 4 deletions(-)
diff mbox

Patch

diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm
index 8a4ad02..0e808a0 100644
--- a/Osstest/Debian.pm
+++ b/Osstest/Debian.pm
@@ -162,10 +162,6 @@  ${early_commands}
 fdt set /chosen \\\#address-cells <1>
 fdt set /chosen \\\#size-cells <1>
 
-setenv xen_addr_r 0x01000000
-#   kernel_addr_r=0x02000000
-#  ramdisk_addr_r=0x04000000
-
 ext2load scsi 0 \\\${xen_addr_r} \$xen
 setenv bootargs "$xenhopt"
 echo Loaded \$xen to \\\${xen_addr_r} (\\\${filesize})