]> git.baikalelectronics.ru Git - uboot.git/commit
mpc83xx: Make distinct caddy2 config
authorMario Six <mario.six@gdsys.cc>
Mon, 21 Jan 2019 08:17:38 +0000 (09:17 +0100)
committerMario Six <mario.six@gdsys.cc>
Mon, 20 May 2019 11:50:34 +0000 (13:50 +0200)
commit69ec5a0c6e176779bb36e8bcee41e87f589a3470
treed58a10aad7fc8d1eb1957aed5f940f944057e8ff
parent3e386b82ea26509bc1f2cf309f741da0566d979f
mpc83xx: Make distinct caddy2 config

vme8349.h contains two separate boards: The vme8349 itself, and the
caddy2 board. The caddy2 board is chosen by setting certain config
variables. Create a proper config file for the caddy2 board to make
Kconfig migration easier.

Furthermore, simplify the vme8349 and caddy2 configs by keeping only the
options necessary for each board.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
arch/powerpc/cpu/mpc83xx/Kconfig
board/esd/vme8349/Kconfig
board/esd/vme8349/vme8349.c
configs/caddy2_defconfig
drivers/pci/pci_auto.c
drivers/pci/pci_auto_old.c
include/configs/caddy2.h [new file with mode: 0644]
include/configs/vme8349.h