diff mbox

[U-Boot] board/BuR/tseries: remove lpj= from environment-variable

Message ID 1434018714-29864-1-git-send-email-oe5hpm@oevsv.at
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Hannes Schmelzer June 11, 2015, 10:31 a.m. UTC
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>

---

 include/configs/tseries.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini June 18, 2015, 10:46 p.m. UTC | #1
On Thu, Jun 11, 2015 at 12:31:54PM +0200, Hannes Petermaier wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/tseries.h b/include/configs/tseries.h
index f3f71f1..cd8ba2b 100644
--- a/include/configs/tseries.h
+++ b/include/configs/tseries.h
@@ -162,7 +162,7 @@  BUR_COMMON_ENV \
 "kernel=zImage\0" \
 "ramdisk=rootfs.cpio.uboot\0" \
 "console=ttyO0,115200n8\0" \
-"optargs=consoleblank=0 quiet lpj=1191936 panic=2\0" \
+"optargs=consoleblank=0 quiet panic=2\0" \
 "nfsroot=/tftpboot/tseries/rootfs-small\0" \
 "nfsopts=nolock\0" \
 "ramargs=setenv bootargs ${optargs} console=${console} root=/dev/ram0\0" \