diff --git a/scripts/boot.scr/dvi-normal-maverick.cmd b/scripts/boot.scr/dvi-normal-maverick.cmd index 1915839..ba4c839 100644 --- a/scripts/boot.scr/dvi-normal-maverick.cmd +++ b/scripts/boot.scr/dvi-normal-maverick.cmd @@ -1,16 +1,4 @@ echo "Debug: Maverick DVI" -if test "${beaglerev}" = "xMA"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMB"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMC"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi setenv dvimode 1280x720MR-16@60 setenv vram 12MB setenv bootcmd 'fatload mmc 0:1 0x80300000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80300000 0x81600000' diff --git a/scripts/boot.scr/dvi-normal-natty.cmd b/scripts/boot.scr/dvi-normal-natty.cmd index f04ccb9..4f27ad5 100644 --- a/scripts/boot.scr/dvi-normal-natty.cmd +++ b/scripts/boot.scr/dvi-normal-natty.cmd @@ -1,16 +1,4 @@ echo "Debug: Natty DVI" -if test "${beaglerev}" = "xMA"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMB"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMC"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi setenv dvimode 1280x720MR-16@60 setenv vram 12MB setenv bootcmd 'fatload mmc 0:1 0x80300000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80300000 0x81600000' diff --git a/scripts/boot.scr/dvi-normal-squeeze.cmd b/scripts/boot.scr/dvi-normal-squeeze.cmd index cdf6f4d..cd43ccc 100644 --- a/scripts/boot.scr/dvi-normal-squeeze.cmd +++ b/scripts/boot.scr/dvi-normal-squeeze.cmd @@ -1,16 +1,4 @@ echo "Debug: Squeeze DVI" -if test "${beaglerev}" = "xMA"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMB"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMC"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi setenv dvimode 1280x720MR-16@60 setenv vram 12MB setenv bootcmd 'fatload mmc 0:1 0x80300000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80300000 0x81600000' diff --git a/scripts/boot.scr/dvi.cmd b/scripts/boot.scr/dvi.cmd index 4905e31..396a810 100644 --- a/scripts/boot.scr/dvi.cmd +++ b/scripts/boot.scr/dvi.cmd @@ -1,16 +1,4 @@ echo "Debug: running debian netinstall" -if test "${beaglerev}" = "xMA"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMB"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMC"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi setenv dvimode 1280x720MR-16@60 setenv vram 12MB setenv bootcmd 'fatload mmc 0:1 0x80300000 uImage.net; fatload mmc 0:1 0x81600000 uInitrd.net; bootm 0x80300000 0x81600000' diff --git a/scripts/boot.scr/serial-normal-maverick.cmd b/scripts/boot.scr/serial-normal-maverick.cmd index f2f3ef0..962c227 100644 --- a/scripts/boot.scr/serial-normal-maverick.cmd +++ b/scripts/boot.scr/serial-normal-maverick.cmd @@ -1,16 +1,4 @@ echo "Debug: Maverick Serial" -if test "${beaglerev}" = "xMA"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMB"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMC"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi setenv bootcmd 'fatload mmc 0:1 0x80300000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80300000 0x81600000' setenv bootargs console=ttyO2,115200n8 root=/dev/mmcblk0p5 ro fixrtc buddy=${buddy} mpurate=${mpurate} boot diff --git a/scripts/boot.scr/serial-normal-natty.cmd b/scripts/boot.scr/serial-normal-natty.cmd index 34a00e6..5f2c413 100644 --- a/scripts/boot.scr/serial-normal-natty.cmd +++ b/scripts/boot.scr/serial-normal-natty.cmd @@ -1,16 +1,4 @@ echo "Debug: Natty Serial" -if test "${beaglerev}" = "xMA"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMB"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMC"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi setenv bootcmd 'fatload mmc 0:1 0x80300000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80300000 0x81600000' setenv bootargs console=ttyO2,115200n8 root=/dev/mmcblk0p5 ro fixrtc buddy=${buddy} mpurate=${mpurate} boot diff --git a/scripts/boot.scr/serial-normal-squeeze.cmd b/scripts/boot.scr/serial-normal-squeeze.cmd index 581fdbe..9fbbadc 100644 --- a/scripts/boot.scr/serial-normal-squeeze.cmd +++ b/scripts/boot.scr/serial-normal-squeeze.cmd @@ -1,16 +1,4 @@ echo "Debug: Squeeze Serial" -if test "${beaglerev}" = "xMA"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMB"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMC"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi setenv bootcmd 'fatload mmc 0:1 0x80300000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80300000 0x81600000' setenv bootargs console=ttyO2,115200n8 root=/dev/mmcblk0p5 ro buddy=${buddy} mpurate=${mpurate} boot diff --git a/scripts/boot.scr/serial.cmd b/scripts/boot.scr/serial.cmd index d5dba53..011eadd 100644 --- a/scripts/boot.scr/serial.cmd +++ b/scripts/boot.scr/serial.cmd @@ -1,16 +1,4 @@ echo "Debug: running debian netinstall" -if test "${beaglerev}" = "xMA"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMB"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi -if test "${beaglerev}" = "xMC"; then -echo "Kernel is not ready for 1Ghz limiting to 800Mhz" -setenv mpurate 800 -fi setenv bootcmd 'fatload mmc 0:1 0x80300000 uImage.net; fatload mmc 0:1 0x81600000 uInitrd.net; bootm 0x80300000 0x81600000' setenv bootargs console=ttyO2,115200n8 root=/dev/ram0 rw buddy=${buddy} mpurate=${mpurate} boot