
14 May
2018
14 May
'18
9:53 p.m.
On 14 May 2018 at 03:09, Alex Kiernan alex.kiernan@gmail.com wrote:
Overriding fastboot_set_reboot_flag() in arch/arm/mach-omap2/boot-common.c leaves it applying all boards that derive from this, not just the ones which have support for Android bootloader flow. Move the weak function override to the relevant board files.
Signed-off-by: Alex Kiernan alex.kiernan@gmail.com
Changes in v3:
- new
Changes in v2: None
arch/arm/mach-omap2/boot-common.c | 10 ---------- board/ti/am57xx/board.c | 10 ++++++++++ board/ti/dra7xx/evm.c | 10 ++++++++++ 3 files changed, 20 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org