mpc83xx: Make distinct MPC8313ERDB targets
authorMario Six <mario.six@gdsys.cc>
Mon, 21 Jan 2019 08:17:36 +0000 (09:17 +0100)
committerMario Six <mario.six@gdsys.cc>
Mon, 20 May 2019 11:50:34 +0000 (13:50 +0200)
commit16aaca214e5799bf246c502360fca05ee8d223ed
tree06a650efa6234485792c5e9940f57ce2b07799ff
parent009c87a2ab7bf39b2c46a415516a2142b76ed23a
mpc83xx: Make distinct MPC8313ERDB targets

MPC8313ERDB has the option of either enabling NOR or NAND boot in its
config file (by commenting out certain #ifdefs). To keep this ability
after migrating options to Kconfig, we introduce two MPC8313ERDB
configs: one for NOR, and one for NAND.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
arch/powerpc/cpu/mpc83xx/Kconfig
board/freescale/mpc8313erdb/Kconfig
configs/MPC8313ERDB_33_defconfig
configs/MPC8313ERDB_66_defconfig
configs/MPC8313ERDB_NAND_33_defconfig
configs/MPC8313ERDB_NAND_66_defconfig
include/configs/MPC8313ERDB.h [deleted file]
include/configs/MPC8313ERDB_NAND.h [new file with mode: 0644]
include/configs/MPC8313ERDB_NOR.h [new file with mode: 0644]