* [PATCH 1/1] defaultenv: add oftree file support
@ 2012-04-15 13:15 Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 0 replies; only message in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-04-15 13:15 UTC (permalink / raw)
To: barebox
This will allow to use a file in the env as oftree.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
defaultenv/bin/_boot_help | 2 +-
defaultenv/bin/boot | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/defaultenv/bin/_boot_help b/defaultenv/bin/_boot_help
index a07e4e0..c610a9c 100644
--- a/defaultenv/bin/_boot_help
+++ b/defaultenv/bin/_boot_help
@@ -4,7 +4,7 @@ echo "boot: boot [-m <mode>] [-k <kernel_option>] [-r <rootfs_option>] [-i <ip_m
echo ""
echo "options"
echo " - kernel nand, nor, nfs, tftp, disk"
-echo " - oftree nand, nor, nfs, tftp, disk or empty"
+echo " - oftree nand, nor, nfs, tftp, disk, file or empty"
echo " - rootfs nand, nor, net, disk"
echo " - ip dhcp, dhcp-barebox none, empty"
echo ""
diff --git a/defaultenv/bin/boot b/defaultenv/bin/boot
index 61b893a..a497edf 100644
--- a/defaultenv/bin/boot
+++ b/defaultenv/bin/boot
@@ -128,6 +128,8 @@ elif [ x$oftree_loc = xnand ]; then
odev="/dev/nand0.oftree.bb"
elif [ x$oftree_loc = xdisk ]; then
odev="/dev/$oftree_part"
+elif [ x$oftree_loc = xfile ]; then
+ odev=$oftreeimage
fi
[ x$odev = x ] || bootm_opt="$bootm_opt -o $odev"
--
1.7.9.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-15 13:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-15 13:15 [PATCH 1/1] defaultenv: add oftree file support Jean-Christophe PLAGNIOL-VILLARD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox