diff options
author | Aaron Bieber <abieber@cvs.openbsd.org> | 2016-04-20 14:41:00 +0000 |
---|---|---|
committer | Aaron Bieber <abieber@cvs.openbsd.org> | 2016-04-20 14:41:00 +0000 |
commit | 33c5e7df5b89a9e0746420875a603719bf983a63 (patch) | |
tree | 2aeba7bbaa26ebc874bdd157dab57f24dbb5521a /distrib/armv7 | |
parent | 847fbc983adb9941ae2fe33d274a963c0cf7b294 (diff) |
Alter SUNXI grep to match the rest of the SOC greps
OK bmercer@, patrick@
Diffstat (limited to 'distrib/armv7')
-rw-r--r-- | distrib/armv7/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/armv7/ramdisk/install.md b/distrib/armv7/ramdisk/install.md index fcd867008b0..09e0176179d 100644 --- a/distrib/armv7/ramdisk/install.md +++ b/distrib/armv7/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.26 2016/03/27 00:40:38 jsg Exp $ +# $OpenBSD: install.md,v 1.27 2016/04/20 14:40:59 abieber Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -45,7 +45,7 @@ if dmesg | grep -q '^imx0 at mainbus0:'; then LOADADDR=0x18800000 fi -if dmesg | grep '^sunxi0 at mainbus0:'; then +if dmesg | grep -q '^sunxi0 at mainbus0:'; then MDPLAT=SUNXI LOADADDR=0x40200000 fi |