Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/embedded/conf No need to specify root and cons...



details:   https://anonhg.NetBSD.org/src/rev/4067946ba922
branches:  trunk
changeset: 448101:4067946ba922
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Jan 21 16:28:39 2019 +0000

description:
No need to specify root and console bootargs on amlogic

diffstat:

 distrib/utils/embedded/conf/armv7.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d951e48923b9 -r 4067946ba922 distrib/utils/embedded/conf/armv7.conf
--- a/distrib/utils/embedded/conf/armv7.conf    Mon Jan 21 16:27:48 2019 +0000
+++ b/distrib/utils/embedded/conf/armv7.conf    Mon Jan 21 16:28:39 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: armv7.conf,v 1.29 2019/01/20 10:18:03 skrll Exp $
+# $NetBSD: armv7.conf,v 1.30 2019/01/21 16:28:39 jmcneill Exp $
 # ARMv7 customization script used by mkimage
 #
 board=armv7
@@ -100,7 +100,7 @@
        cat >> "${mnt}/boot/boot.ini" << EOF
 ODROIDC-UBOOT-CONFIG
 
-setenv bootargs "root=ld0a awge0.mac-address=\${ethaddr} console=${console}"
+setenv bootargs "awge0.mac-address=\${ethaddr}"
 setenv bootcmd "fatload mmc 0:1 0x21000000 ${odroidc1_kernelimg}; fatload mmc 0:1 0x20000000 meson8b-odroidc1.dtb; bootm 0x21000000 - 0x20000000"
 run bootcmd
 EOF



Home | Main Index | Thread Index | Old Index