summaryrefslogtreecommitdiffstats
path: root/arch/nios2/boards/generic/defaultenv-generic/config
blob: 16adc49f1cf3f93b921c1bfb50780220b3b53521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

# can be either 'net' or 'flash'
kernel=flash
root=flash

kernel_loc=nor

# use 'dhcp' todo dhcp in barebox and in kernel
ip=none

autoboot_timeout=3

nor_parts="256k(barebox),128k(env),4M(kernel),-(rootfs)"

bootargs="console=ttyS0,9600"

# set a fancy prompt (if support is compiled in)
PS1="\e[1;33mbarebox@\e[1;32mgeneric:\w\e[0m "