summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/pcm051/env/config
blob: dd35ff4cc0cb8b860b47027b95ce9e2f934ff9af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh

# change network settings in /env/network/eth0
# change mtd partition settings and automountpoints in /env/init/*

global.hostname=pcm051

# 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=ttyO0,115200n8"