9
0
Fork 0
barebox/arch/arm/boards/ccxmx51/env/config-board

11 lines
251 B
Bash

#!/bin/sh
# Timeout in seconds before the default boot entry is started
global.autoboot_timeout=2
# Default boot entry (one of /env/boot/*)
global.boot.default=nand
# Board bootargs
global.linux.bootargs.base="earlyprintk console=ttymxc0,115200n8"