diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-qemu-internal | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal index 738bf53fc8..7dd52371b6 100755 --- a/scripts/poky-qemu-internal +++ b/scripts/poky-qemu-internal | |||
@@ -79,13 +79,6 @@ if [ ! -f "$ZIMAGE" ]; then | |||
79 | return | 79 | return |
80 | fi | 80 | fi |
81 | 81 | ||
82 | if [ -e /proc/sys/vm/mmap_min_addr ]; then | ||
83 | if [ `cat /proc/sys/vm/mmap_min_addr` != "0" ]; then | ||
84 | echo "Error, please set /proc/sys/vm/mmap_min_addr to 0 since otherwise it can cause problems with QEMU" | ||
85 | return | ||
86 | fi | ||
87 | fi | ||
88 | |||
89 | if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "qemuarmv6" -o "$MACHINE" = "qemuarmv7" ]; then | 82 | if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "qemuarmv6" -o "$MACHINE" = "qemuarmv7" ]; then |
90 | QEMU=qemu-system-arm | 83 | QEMU=qemu-system-arm |
91 | if [ "$TYPE" = "ext3" ]; then | 84 | if [ "$TYPE" = "ext3" ]; then |