summaryrefslogtreecommitdiffstats
path: root/defaultenv/config
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-04-08 11:27:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-04-10 09:54:43 +0200
commitcc6fba79e65c783daf0c5185b130fd497612bcf0 (patch)
tree004f831aa4996786af322f222e16425dc569c03f /defaultenv/config
parentbae503688115a0f20c70a5cca9e79ddaac2b07ed (diff)
downloadbarebox-cc6fba79e65c783daf0c5185b130fd497612bcf0.tar.gz
barebox-cc6fba79e65c783daf0c5185b130fd497612bcf0.tar.xz
defaultenv/boot: add support for oftree boot option support
you can now specify in the same way as it's done for the kernel where is stored the oftree. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'defaultenv/config')
-rw-r--r--defaultenv/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/defaultenv/config b/defaultenv/config
index 63fc059639..39a9c99868 100644
--- a/defaultenv/config
+++ b/defaultenv/config
@@ -21,6 +21,8 @@ dhcp_vendor_id=barebox
kernel_loc=tftp
# can be either 'net', 'nand', 'nor', 'disk' or 'initrd'
rootfs_loc=net
+# can be either 'tftp', 'nfs', 'nand', 'nor', 'disk' or none
+oftree_loc=tftp
# for flash based rootfs: 'jffs2' or 'ubifs'
# in case of disk any regular filesystem like 'ext2', 'ext3', 'reiserfs'