Commit 14ec12fa6f3da065842a3428f6cd620f04abcd58

Authored by Hannes Petermaier
Committed by Tom Rini
1 parent 9b63ba3727

board/BuR/tseries: remove lpj= from environment-variable

since we have now various processor-speeds it isn't useful anymore to
preinitialize kernels-delay loop.

Rather we want the kernel to calibrate it on every boot.
This wastes around 80ms boottime but is compatible to all CPU-speeds.

Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/tseries.h
... ... @@ -162,7 +162,7 @@
162 162 "kernel=zImage\0" \
163 163 "ramdisk=rootfs.cpio.uboot\0" \
164 164 "console=ttyO0,115200n8\0" \
165   -"optargs=consoleblank=0 quiet lpj=1191936 panic=2panic=2\0" \" \
  165 +"optargs=consoleblank=0 quiet panic=2panic=2\0" \" \
166 166 "nfsroot=/tftpboot/tseries/rootfs-small\0" \
167 167 "nfsopts=nolock\0" \
168 168 "ramargs=setenv bootargs ${optargs} console=${console} root=/dev/ram0\0" \