core/linux-raspberrypi Install notice change

to add cycle_delay
This commit is contained in:
pepedog 2012-10-04 15:43:30 +02:00
parent 88e1121ba2
commit f018f3d4fc

View file

@ -21,4 +21,5 @@ post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
echo ">>>Edit /boot/cmdline.txt and add sdhci-bcm2708.cycle_delay=1000 "
}