]> Git Repo - J-u-boot.git/commit
bdinfo: m68k: Move m68k-specific info into its own file
authorSimon Glass <[email protected]>
Sun, 10 May 2020 20:16:58 +0000 (14:16 -0600)
committerTom Rini <[email protected]>
Thu, 25 Jun 2020 17:24:12 +0000 (13:24 -0400)
commit1a520d949b00a0468746a5d4f14920f54c8f6766
tree112827e8e596aa76dbe013396290e6adbd773bed
parent79d074d30196811478eb7242121f97cac405b6aa
bdinfo: m68k: Move m68k-specific info into its own file

We don't really want to have m68k-specific code in a generic file. Create
a new arch-specific function to hold it, and move it into that.

Make the function weak so that any arch can implement it.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Angelo Dureghello <[email protected]>
Tested-by: Angelo Dureghello <[email protected]>
arch/m68k/lib/Makefile
arch/m68k/lib/bdinfo.c [new file with mode: 0644]
cmd/bdinfo.c
This page took 0.035006 seconds and 4 git commands to generate.