[U-Boot] [PATCH v3 11/13] ti: fastboot: Move weak overrides to board files

Simon Glass sjg at chromium.org
Mon May 14 19:53:08 UTC 2018


On 14 May 2018 at 03:09, Alex Kiernan <alex.kiernan at 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 at 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 at chromium.org>


More information about the U-Boot mailing list