You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
349 B
9 lines
349 B
if test "${beaglerev}" = "xMA"; then
|
|
echo "Kernel is not ready for 1Ghz limiting to 800Mhz"
|
|
setenv mpurate 800
|
|
fi
|
|
setenv bootcmd 'mmc init; fatload mmc 0:1 0x80300000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80300000 0x81600000'
|
|
setenv bootargs console=ttyS2,115200n8 root=/dev/mmcblk0p5 ro fixrtc buddy=${buddy} mpurate=${mpurate}
|
|
boot
|
|
|