]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: OMAP5+: configs: Fix default boot command
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 13 Aug 2015 14:56:38 +0000 (20:26 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:22 +0000 (10:23 +0200)
commit52b7c5114692066252fe5d2ec93616b89b2d0e4e
treec8f649a98e74795dc7befad9693623ebabd49c2c
parentffe41ab9cc5165f7258adb69a45540c257ea33e3
ARM: OMAP5+: configs: Fix default boot command

The default boot command searches for dofastboot varaiable
and does a fastboot if it is set to 1.
But the condition "if test ${dofastboot} -eq 1" always
returns true if dofastboot is not defined and breaking mmc boot.
So make dofastboot as 0 by default and let the runtime
environment set it if fastboot is required.

Reported-by: Yan Liu <yan-liu@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/configs/ti_omap5_common.h