]> git.baikalelectronics.ru Git - uboot.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)
commit01b3b9858d8818fffe40f13ad65b8b3a6cffb678
tree3a38500563bac2fb2f1a4981d25ef91ab721921b
parent465694850792341ab319efd923cd5157c3ee60e0
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]