]> git.dujemihanovic.xyz Git - u-boot.git/commit
exynos: Cleanup exynos_init
authorTom Rini <trini@konsulko.com>
Thu, 21 Sep 2023 23:32:48 +0000 (19:32 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 9 Oct 2023 19:24:31 +0000 (15:24 -0400)
commit4f9c7a9f547785dc6028e3d737ab7c53e7851b17
tree9832caab67705f63f41e1520bdad76ddf528d399
parentdb7516b635692d2d4ab9ce0fefa13a637fb4698e
exynos: Cleanup exynos_init

- None of the callers perform error checking and based on the non-empty
  versions of this function, there's no checking to be done, so make
  this a void.
- Add a default weak version of the function.
- Remove the empty versions of exynos_init now that we have a weak
  version.

Signed-off-by: Tom Rini <trini@konsulko.com>
12 files changed:
arch/arm/mach-exynos/include/mach/board.h
board/samsung/axy17lte/Makefile [deleted file]
board/samsung/axy17lte/axy17lte.c [deleted file]
board/samsung/common/board.c
board/samsung/common/exynos5-dt.c
board/samsung/espresso7420/Makefile [deleted file]
board/samsung/espresso7420/espresso7420.c [deleted file]
board/samsung/odroid/odroid.c
board/samsung/origen/origen.c
board/samsung/trats/trats.c
board/samsung/trats2/trats2.c
board/samsung/universal_c210/universal.c