]> git.dujemihanovic.xyz Git - u-boot.git/commit
global_data: Move pci_clk to m68k and powerpc
authorSimon Glass <sjg@chromium.org>
Wed, 21 Aug 2024 16:18:53 +0000 (10:18 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 26 Aug 2024 20:05:37 +0000 (14:05 -0600)
commit5f32aac98ec39bc3116bf6d3fbff8ebf2cf78919
treeacdac7d1a3506d72cf72f24138260e64d276ab9a
parent7670200d4b7bbb572290d0fb2ed9cd0fb1f989cc
global_data: Move pci_clk to m68k and powerpc

Only m68k and powerpc use this field, so move it to the arch-specific
info, to reduce the size for other archs.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/m68k/cpu/mcf5445x/cpu.c
arch/m68k/include/asm/global_data.h
arch/m68k/lib/bdinfo.c
arch/powerpc/cpu/mpc83xx/pci.c
arch/powerpc/cpu/mpc83xx/speed.c
arch/powerpc/include/asm/global_data.h
drivers/clk/mpc83xx_clk.c
include/asm-generic/global_data.h