diff --git a/scripts/boot.scr/dvi-normal-maverick.cmd b/scripts/boot.scr/dvi-normal-maverick.cmd index b540e91..661caa2 100644 --- a/scripts/boot.scr/dvi-normal-maverick.cmd +++ b/scripts/boot.scr/dvi-normal-maverick.cmd @@ -7,6 +7,10 @@ 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 'mmc init; 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 53adfdd..850fa19 100644 --- a/scripts/boot.scr/dvi-normal-natty.cmd +++ b/scripts/boot.scr/dvi-normal-natty.cmd @@ -7,6 +7,10 @@ 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 'mmc init; 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 0883b1e..6ae8f6c 100644 --- a/scripts/boot.scr/dvi-normal-squeeze.cmd +++ b/scripts/boot.scr/dvi-normal-squeeze.cmd @@ -7,6 +7,10 @@ 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 'mmc init; 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 9857d8e..6e4b81a 100644 --- a/scripts/boot.scr/dvi.cmd +++ b/scripts/boot.scr/dvi.cmd @@ -7,6 +7,10 @@ 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 'mmc init; 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 73e31d0..bc69cb9 100644 --- a/scripts/boot.scr/serial-normal-maverick.cmd +++ b/scripts/boot.scr/serial-normal-maverick.cmd @@ -7,6 +7,10 @@ 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 'mmc init; 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 5f61dcf..17fdf52 100644 --- a/scripts/boot.scr/serial-normal-natty.cmd +++ b/scripts/boot.scr/serial-normal-natty.cmd @@ -7,6 +7,10 @@ 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 'mmc init; 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 e86c815..f88fdad 100644 --- a/scripts/boot.scr/serial-normal-squeeze.cmd +++ b/scripts/boot.scr/serial-normal-squeeze.cmd @@ -7,6 +7,10 @@ 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 'mmc init; 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 1e9d44f..890aa80 100644 --- a/scripts/boot.scr/serial.cmd +++ b/scripts/boot.scr/serial.cmd @@ -7,6 +7,10 @@ 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 'mmc init; 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