[U-Boot] [PATCH v4 40/42] common: Move trap_init() out of common.h
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Fri Nov 15 13:07:38 UTC 2019
Am 14.11.19 um 20:57 schrieb Simon Glass:
> Move this function into the init.h header file.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> ---
>
> Changes in v4: None
> Changes in v3:
> - Add init.h header
>
> Changes in v2:
> - Move trap_init() into init.h instead; update commit message
>
> arch/m68k/lib/traps.c | 1 +
> arch/mips/lib/traps.c | 1 +
> include/common.h | 1 -
> include/init.h | 2 ++
> 4 files changed, 4 insertions(+), 1 deletion(-)
>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
--
- Daniel
More information about the U-Boot
mailing list