]> Git Repo - u-boot.git/commit
fastboot: ARM: OMAP5: Enable reboot-bootloader
authorDileep Katta <[email protected]>
Fri, 27 Mar 2015 17:36:57 +0000 (23:06 +0530)
committerTom Rini <[email protected]>
Thu, 23 Apr 2015 18:55:44 +0000 (14:55 -0400)
commitecd8557937a896dd1049f67806482bfb6edf140b
treeb521aa0e15be4f830bc51f67a620821c07ed7078
parentf12467d1a5d299738c19faeae39d3f093ef67624
fastboot: ARM: OMAP5: Enable reboot-bootloader

Implemented fb_set_reboot_flag() for OMAP5 to set
an environment variable 'dofastboot' when reboot-bootloader called.

This environment variable will be checked in boot command and fastboot
will be called if the variable is set.
If the bootcmd env variable of OMAP5 common is overwritten with board-specific
command, then these changes will not apply.

This was originally intended for DRA7 platform, but now applies to all OMAP5.

Ref:
http://git.omapzoom.org/?p=repo/u-boot.git;a=commit;h=19da2e436e9806259cf1f4988b9e046ab256bf2c

Signed-off-by: Angela Stegmaier <[email protected]>
Signed-off-by: Dileep Katta <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
[trini: Make it check for !CONFIG_ENV_IS_NOWHERE as we can't saveenv()
in that case]
Signed-off-by: Tom Rini <[email protected]>
arch/arm/cpu/armv7/omap-common/boot-common.c
include/configs/ti_omap5_common.h
This page took 0.035218 seconds and 4 git commands to generate.