PKGBUILDs/alarm/uboot-pandaboard/uEnv.txt

16 lines
544 B
Plaintext
Raw Normal View History

2014-01-08 04:01:32 +00:00
# SPI: enable for userspace spi access on expansion header
2013-07-19 19:54:57 +00:00
#buddy=spidev
2014-01-08 04:01:32 +00:00
# These are set by default: uncomment/change if you need something else
2014-01-08 03:05:06 +00:00
#defaultdisplay=dvi
2013-07-19 19:54:57 +00:00
#dvimode=1280x720MR-16@60
2014-01-08 03:05:06 +00:00
#mmcroot=/dev/mmcblk0p2 rw rootwait fixrtc
2014-01-08 04:01:32 +00:00
# Uncomment the following lines to boot from the first partition of a USB drive
#uenvcmd=usb start
#mmcroot=/dev/sda1 rw rootwait fixrtc
#loadfdt=load usb 0:1 ${fdtaddr} ${fdtdir}/${fdtfile}
#loadimage=load usb 0:1 ${loadaddr} ${bootdir}/${bootfile}
#loaduimage=load usb 0:1 ${loadaddr} ${bootdir}/uImage