Newer
Older
barebox / arch / arm / boards / at91sam9m10ihd / env / config
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 25 Jan 2013 500 bytes at91: add at91sam9m10ihd tablet support
#!/bin/sh

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

#global.hostname=

# 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=android

# base bootargs
#global.linux.bootargs.base="console=ttyS0,115200"