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 ODROID-C1: Now that the MBR part...
details: https://anonhg.NetBSD.org/src/rev/41361ed09c15
branches: trunk
changeset: 823108:41361ed09c15
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed Apr 12 23:35:29 2017 +0000
description:
ODROID-C1: Now that the MBR partition table contains an entry for the BSD
partition, the disklabel no longer conflicts with the ODROID-C1 bootloader.
Root partition changes from ld0e to ld0a.
diffstat:
distrib/utils/embedded/conf/armv7.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d7341ee21826 -r 41361ed09c15 distrib/utils/embedded/conf/armv7.conf
--- a/distrib/utils/embedded/conf/armv7.conf Wed Apr 12 23:32:11 2017 +0000
+++ b/distrib/utils/embedded/conf/armv7.conf Wed Apr 12 23:35:29 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: armv7.conf,v 1.11 2017/04/10 22:25:36 jmcneill Exp $
+# $NetBSD: armv7.conf,v 1.12 2017/04/12 23:35:29 jmcneill Exp $
# ARMv7 customization script used by mkimage
#
board=armv7
@@ -99,7 +99,7 @@
cat >> "${mnt}/boot/boot.ini" << EOF
ODROIDC-UBOOT-CONFIG
-setenv bootargs "root=ld0f awge0.mac-address=\${ethaddr} console=${console}"
+setenv bootargs "root=ld0a awge0.mac-address=\${ethaddr} console=${console}"
setenv bootcmd "fatload mmc 0:1 0x21000000 ${odroidc1_kernelimg}; bootm 0x21000000"
run bootcmd
EOF
Home |
Main Index |
Thread Index |
Old Index