From ea2b839e652412799ac75ce9c32c48facd294c9a Mon Sep 17 00:00:00 2001 From: jmcneill Date: Wed, 12 Apr 2017 23:35:29 +0000 Subject: [PATCH] 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. --- distrib/utils/embedded/conf/armv7.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/utils/embedded/conf/armv7.conf b/distrib/utils/embedded/conf/armv7.conf index 4d75b72feba8..5476d58df31e 100644 --- a/distrib/utils/embedded/conf/armv7.conf +++ b/distrib/utils/embedded/conf/armv7.conf @@ -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 @@ populate_amlogic() { 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