Re: [PATCH 1/1] bootm: add {arch,board}_preboot_os() to bootm.h

2020-10-14 Thread Tom Rini
On Tue, Sep 15, 2020 at 01:58:11AM +0200, Heinrich Schuchardt wrote: > Functions that are used in multiple C modules should be defined in an > include. > > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Michael Walle Applied to u-boot/master, thanks! -- Tom signature.asc Description: PG

Re: [PATCH 1/1] bootm: add {arch,board}_preboot_os() to bootm.h

2020-09-15 Thread Heinrich Schuchardt
On 15.09.20 09:38, Michael Walle wrote: > Am 2020-09-15 01:58, schrieb Heinrich Schuchardt: >> Functions that are used in multiple C modules should be defined in an >> include. >> >> Signed-off-by: Heinrich Schuchardt > > Reviewed-by: Michael Walle > > I've noticed that the boards which use arch_

Re: [PATCH 1/1] bootm: add {arch,board}_preboot_os() to bootm.h

2020-09-15 Thread Michael Walle
Am 2020-09-15 01:58, schrieb Heinrich Schuchardt: Functions that are used in multiple C modules should be defined in an include. Signed-off-by: Heinrich Schuchardt Reviewed-by: Michael Walle I've noticed that the boards which use arch_preboot_os() (?!) or board_preboot_os() doesn't include

[PATCH 1/1] bootm: add {arch,board}_preboot_os() to bootm.h

2020-09-14 Thread Heinrich Schuchardt
Functions that are used in multiple C modules should be defined in an include. Signed-off-by: Heinrich Schuchardt --- include/bootm.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/bootm.h b/include/bootm.h index 0350c349f3..a812a6bf24 100644 --- a/include/bootm.h +++ b/

[PATCH 1/1] bootm: add {arch,board}_preboot_os() to bootm.h

2020-09-14 Thread Heinrich Schuchardt
Functions that are used in multiple C modules should be defined in an include. Signed-off-by: Heinrich Schuchardt --- include/bootm.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/bootm.h b/include/bootm.h index 0350c349f3..a812a6bf24 100644 --- a/include/bootm.h +++ b/