Newer
Older
barebox / arch / arm / boards / qemu-virt64 / env / config
@Raphael Poggi Raphael Poggi on 6 Jul 2016 154 bytes arm: boards: add mach-qemu and virt64 board
#!/bin/sh

autoboot_timeout=3

bootargs="console=ttyAMA0,115200"

# set a fancy prompt (if support is compiled in)
PS1="\e[1;31m[barebox@\h]:\w\e[0m\n# "