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)
commit904c47fc7d09c33fb4e43f30ddf2039fa7a0a168
treed58a10aad7fc8d1eb1957aed5f940f944057e8ff
parentc2a446048e7682296b8054ed81e12639099d5a56
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