[PATCH] Correct initrd.img load address on s390

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



It should be 0x02000000, not 0x2000000.

Related: rhbz#546422
---
 scripts/mk-images.s390 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/mk-images.s390 b/scripts/mk-images.s390
index 53a9c9d..bd863df 100644
--- a/scripts/mk-images.s390
+++ b/scripts/mk-images.s390
@@ -19,7 +19,7 @@
 
 # initrd.img load address for generic.ins LPAR booting
 # See https://bugzilla.redhat.com/show_bug.cgi?id=546422 for details.
-INITRD_ADDRESS=0x2000000
+INITRD_ADDRESS=0x02000000
 
 getAllS390ModuleNames() {
     s390dir="${KERNELROOT}/lib/modules/${version}/kernel/drivers/s390"
-- 
1.7.0.1

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux