Newer
Older
barebox / arch / arm / boards / at91sam9260ek / env / config
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 23 Jul 2010 369 bytes move boards to arch/<architecure>/boards
#!/bin/sh

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

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

#
# setup default ethernet address
#
eth0.serverip=192.168.23.108

uimage=uImage-at91sam9260ek

autoboot_timeout=3

nfsroot="/home/jbe/pengutronix/bsp/OSELAS.BSP-Phytec-phyCORE-i.MX27-trunk/root,v3"
bootargs="console=ttyS0,115200 rw init=/bin/sh"