Home
last modified time | relevance | path

Searched hist:"9 fb23624a644d9a09f85fc1230b34829005c0021" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dglobal_data.h9fb23624a644d9a09f85fc1230b34829005c0021 Thu Dec 13 20:48:45 UTC 2012 Simon Glass <sjg@chromium.org> ppc: Remove extra pci_clk fields from global_data

PPC has several of these fields, selected by chip type, although only one
is ever compiled in.

Instead, use a single field. It would be nice if this could be selected
by CONFIG_PCI, but some chips (e.g. mpc5xxx) use pci_clk even when
CONFIG_PCI is not enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>