Commit 27c1b931 authored by Alessandro Rubini's avatar Alessandro Rubini

Revert "boot-procedure: print sdram timings"

This reverts commit 38e59051.

We don't need the sdram printouts any more. But it's good to
have this in history anyways (it was an error having it in master,
but all hackers promote bugs as features).
parent e67605df
...@@ -24,15 +24,6 @@ insmod /lib/modules/2.6.39/kernel/g_serial.ko ...@@ -24,15 +24,6 @@ insmod /lib/modules/2.6.39/kernel/g_serial.ko
# See fstab: /dev/pts, /tmp, /sys # See fstab: /dev/pts, /tmp, /sys
/bin/mount -a; /bin/mount -a;
# check sdram....
for n in 00 04 08 0c 10 14 1c 20 24 2c 40 44 48 4c e4 e4; do
echo -n "0xffffe.$n: "
devmem 0xffffe4$n | busybox tr -d '\n'
echo -n " "
devmem 0xffffe6$n
done
# Allow me to have a shell at this point in time, # Allow me to have a shell at this point in time,
# by passing WRS_INTERACTIVE=y in the command line. # by passing WRS_INTERACTIVE=y in the command line.
#echo "WRS_INTERACTIVE: \"$WRS_INTERACTIVE\"" #echo "WRS_INTERACTIVE: \"$WRS_INTERACTIVE\""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment