From 5411988242cea736c27e9ec758fe5365c0162838 Mon Sep 17 00:00:00 2001 From: Valentin Longchamp Date: Tue, 17 Nov 2015 10:53:37 +0100 Subject: powerpc/83xx: add support for kmtegr1 board This board uses the same CPU (8309) as VECT1. The memory however is different since it has NAND Flash, the NOR Flash partitioning is different and of course the FPGAs as well. Signed-off-by: Valentin Longchamp Signed-off-by: Christoph Dietrich --- configs/kmtegr1_defconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configs/kmtegr1_defconfig (limited to 'configs') diff --git a/configs/kmtegr1_defconfig b/configs/kmtegr1_defconfig new file mode 100644 index 0000000000..aee988622b --- /dev/null +++ b/configs/kmtegr1_defconfig @@ -0,0 +1,4 @@ +CONFIG_SYS_EXTRA_OPTIONS="KMTEGR1" +CONFIG_PPC=y +CONFIG_MPC83xx=y +CONFIG_TARGET_SUVD3=y -- cgit v1.2.1