summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 1a378925ce..fee6b25b97 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -811,7 +811,7 @@ to your build configuration.
811 self.set('QB_MEM', qb_mem) 811 self.set('QB_MEM', qb_mem)
812 812
813 mach = self.get('MACHINE') 813 mach = self.get('MACHINE')
814 if not mach.startswith(('qemumips', 'qemux86')): 814 if not mach.startswith(('qemumips', 'qemux86', 'qemuloongarch64')):
815 self.kernel_cmdline_script += ' mem=%s' % self.get('QB_MEM').replace('-m','').strip() + 'M' 815 self.kernel_cmdline_script += ' mem=%s' % self.get('QB_MEM').replace('-m','').strip() + 'M'
816 816
817 self.qemu_opt_script += ' %s' % self.get('QB_MEM') 817 self.qemu_opt_script += ' %s' % self.get('QB_MEM')