summaryrefslogtreecommitdiffstats
path: root/include/configs/tseries.h
diff options
context:
space:
mode:
authorHannes Petermaier <oe5hpm@oevsv.at>2015-06-11 12:31:54 +0200
committerTom Rini <trini@konsulko.com>2015-06-18 16:11:41 -0400
commit14ec12fa6f3da065842a3428f6cd620f04abcd58 (patch)
treea17e1cf821586308628aab579a8a7b95fec512f4 /include/configs/tseries.h
parent9b63ba37274317520bd8752607476dbcce0f8213 (diff)
downloadtalos-obmc-uboot-14ec12fa6f3da065842a3428f6cd620f04abcd58.tar.gz
talos-obmc-uboot-14ec12fa6f3da065842a3428f6cd620f04abcd58.zip
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>
Diffstat (limited to 'include/configs/tseries.h')
-rw-r--r--include/configs/tseries.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tseries.h b/include/configs/tseries.h
index f3f71f11a6..cd8ba2b10e 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" \
OpenPOWER on IntegriCloud