Searched hist:"16862604 dbb4f8f26996fbbb2ecb0baaddff0d40" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | ti_omap5_common.h | 16862604dbb4f8f26996fbbb2ecb0baaddff0d40 Thu Aug 13 14:56:38 UTC 2015 Lokesh Vutla <lokeshvutla@ti.com> 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>
|