diff options
author | Christoph Dietrich <christoph.dietrich@keymile.com> | 2015-11-17 10:53:24 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-18 15:28:51 -0500 |
commit | c1e121e4bda65e2e8fa4df3ed5001a2aee123216 (patch) | |
tree | efd53fe4d7586a064b7ceaec984e803e958f84f7 /configs | |
parent | ef3f2f08f7fb0d3526ce1b78a22b41afce75e6aa (diff) | |
download | u-boot-imx-c1e121e4bda65e2e8fa4df3ed5001a2aee123216.zip u-boot-imx-c1e121e4bda65e2e8fa4df3ed5001a2aee123216.tar.gz u-boot-imx-c1e121e4bda65e2e8fa4df3ed5001a2aee123216.tar.bz2 |
powerpc/83xx: add support for kmtepr2 board
This board is similar to TUXX1, but it has differend FPGAs.
Signed-off-by: Christoph Dietrich <christoph.dietrich@keymile.com>
Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/kmtepr2_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/kmtepr2_defconfig b/configs/kmtepr2_defconfig new file mode 100644 index 0000000..5cffd53 --- /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 |