On 14 May 2018 at 03:09, Alex Kiernan <[email protected]> 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 <[email protected]> > --- > > 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 <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

