diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2015-08-13 20:26:38 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-14 16:27:04 -0400 |
commit | 16862604dbb4f8f26996fbbb2ecb0baaddff0d40 (patch) | |
tree | edfccdc46ef2c5275c2fe4e95427af83786a4e16 /doc/README.fsl_iim | |
parent | 26f8a4ac8fc14f577a5290a0231e5e74a5046a6a (diff) | |
download | blackbird-obmc-uboot-16862604dbb4f8f26996fbbb2ecb0baaddff0d40.tar.gz blackbird-obmc-uboot-16862604dbb4f8f26996fbbb2ecb0baaddff0d40.zip |
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>
Diffstat (limited to 'doc/README.fsl_iim')
0 files changed, 0 insertions, 0 deletions