summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi/barebox-defaultenv/config
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-rpi/barebox-defaultenv/config')
-rw-r--r--configs/platform-rpi/barebox-defaultenv/config19
1 files changed, 19 insertions, 0 deletions
diff --git a/configs/platform-rpi/barebox-defaultenv/config b/configs/platform-rpi/barebox-defaultenv/config
new file mode 100644
index 0000000..411e054
--- /dev/null
+++ b/configs/platform-rpi/barebox-defaultenv/config
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+# change network settings in /env/network/eth0
+# change mtd partition settings and automountpoints in /env/init/*
+
+# set to false if you do not want to have colors
+global.allow_color=true
+
+# user (used for network filenames)
+global.user=none
+
+# timeout in seconds before the default boot entry is started
+global.autoboot_timeout=3
+
+# default boot entry (one of /env/boot/*)
+global.boot.default=sd
+
+# base bootargs
+global.linux.bootargs.base="console=ttyAMA0,115200"