summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2016-06-12 01:38:23 +0200
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2016-06-12 01:38:23 +0200
commitdd2c39349c6e0358cb5dc463cd02e63b0902bcf2 (patch)
tree5a7c8f9713bbe02a4763c7c9f71bc0acbff9594d
parent5b15507d3b6c8a9a3a40e63c79b65267a32c05bd (diff)
downloadDistroKit-dd2c39349c6e0358cb5dc463cd02e63b0902bcf2.tar.gz
DistroKit-dd2c39349c6e0358cb5dc463cd02e63b0902bcf2.tar.xz
beaglebone: update barebox config to nv
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
-rw-r--r--configs/platform-beaglebone/barebox-defaultenv/config19
-rw-r--r--configs/platform-beaglebone/barebox-defaultenv/nv/linux.bootargs.console1
2 files changed, 1 insertions, 19 deletions
diff --git a/configs/platform-beaglebone/barebox-defaultenv/config b/configs/platform-beaglebone/barebox-defaultenv/config
deleted file mode 100644
index 9aa7835..0000000
--- a/configs/platform-beaglebone/barebox-defaultenv/config
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/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=0
-
-# default boot entry (one of /env/boot/*)
-global.boot.default=sd
-
-# base bootargs
-global.linux.bootargs.base="loglevel=5 systemd.log_level=warning systemd.show_status=auto"
diff --git a/configs/platform-beaglebone/barebox-defaultenv/nv/linux.bootargs.console b/configs/platform-beaglebone/barebox-defaultenv/nv/linux.bootargs.console
new file mode 100644
index 0000000..705752c
--- /dev/null
+++ b/configs/platform-beaglebone/barebox-defaultenv/nv/linux.bootargs.console
@@ -0,0 +1 @@
+loglevel=5 systemd.log_level=warning systemd.show_status=auto