Newer
Older
barebox / arch / nios2 / boards / generic / env / config
@Franck JULLIEN Franck JULLIEN on 16 May 2011 372 bytes Update generic env/config
#!/bin/sh

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

kernel_loc=nor
kernelimage_type=uimage

# 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 "