From 2c61ba4db2192681f66b7db36573ce461a49d294 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Fri, 13 Apr 2012 08:56:23 +0000 Subject: [PATCH] These are uboot, so mark them as such or booting from flash will not work. --- sys/mips/conf/AP94 | 2 ++ sys/mips/conf/AP96 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/mips/conf/AP94 b/sys/mips/conf/AP94 index ce9190edcb2..bc8c345dd73 100644 --- a/sys/mips/conf/AP94 +++ b/sys/mips/conf/AP94 @@ -25,6 +25,8 @@ options GEOM_UZIP options ROOTDEVNAME=\"ufs:md0.uzip\" options AR71XX_REALMEM=32*1024*1024 +options AR71XX_ENV_UBOOT + # options MD_ROOT # options MD_ROOT_SIZE="6144" diff --git a/sys/mips/conf/AP96 b/sys/mips/conf/AP96 index dc3029f0025..b7c1ef622cd 100644 --- a/sys/mips/conf/AP96 +++ b/sys/mips/conf/AP96 @@ -25,6 +25,8 @@ options GEOM_UZIP options ROOTDEVNAME=\"ufs:md0.uzip\" options AR71XX_REALMEM=64*1024*1024 +options AR71XX_ENV_UBOOT + # options MD_ROOT # options MD_ROOT_SIZE="6144"