]> git.dujemihanovic.xyz Git - u-boot.git/commit
xilinx: common: Separate display cpu info function
authorStefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Mon, 20 Jun 2022 16:36:45 +0000 (18:36 +0200)
committerMichal Simek <michal.simek@amd.com>
Fri, 24 Jun 2022 12:37:27 +0000 (14:37 +0200)
commit86ceedd84e2052db5497dbb51fa373d3229d83e1
tree3a38500563bac2fb2f1a4981d25ef91ab721921b
parent381ede9e3885b98ec4d93d51d7da538dfb3db076
xilinx: common: Separate display cpu info function

Move the print_cpuinfo function of CONFIG_DISPLAY_CPUINFO into its own
source file to support reuse by other board vendors.

Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Link: https://lore.kernel.org/r/20220620163650.18756-10-stefan.herbrechtsmeier-oss@weidmueller.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
board/xilinx/common/Makefile
board/xilinx/common/board.c
board/xilinx/common/cpu-info.c [new file with mode: 0644]