ARM: Fix small bug in config script that prevents android from booting
This commit is contained in:
parent
d8cc8d3ab8
commit
f2bfef90c4
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ def makeArmSystem(mem_mode, machine_type, mdesc = None, bare_metal=False):
|
|||
self.flags_addr = self.realview.realview_io.pio_addr + 0x30
|
||||
|
||||
if mdesc.disk().count('android'):
|
||||
boot_flags += "init=/init "
|
||||
boot_flags += " init=/init "
|
||||
self.boot_osflags = boot_flags
|
||||
|
||||
self.physmem.port = self.membus.port
|
||||
|
|
Loading…
Reference in a new issue