From c1e121e4bda65e2e8fa4df3ed5001a2aee123216 Mon Sep 17 00:00:00 2001 From: Christoph Dietrich Date: Tue, 17 Nov 2015 10:53:24 +0100 Subject: powerpc/83xx: add support for kmtepr2 board This board is similar to TUXX1, but it has differend FPGAs. Signed-off-by: Christoph Dietrich Signed-off-by: Andreas Huber Signed-off-by: Valentin Longchamp --- configs/kmtepr2_defconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configs/kmtepr2_defconfig (limited to 'configs') diff --git a/configs/kmtepr2_defconfig b/configs/kmtepr2_defconfig new file mode 100644 index 0000000000..5cffd53ac9 --- /dev/null +++ b/configs/kmtepr2_defconfig @@ -0,0 +1,4 @@ +CONFIG_SYS_EXTRA_OPTIONS="KMTEPR2" +CONFIG_PPC=y +CONFIG_MPC83xx=y +CONFIG_TARGET_TUXX1=y -- cgit