diff options
author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2015-11-17 10:53:37 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-18 15:28:58 -0500 |
commit | 5411988242cea736c27e9ec758fe5365c0162838 (patch) | |
tree | faca4c1a30b10e74b4327d07a238f40170cf5e00 /configs | |
parent | 38467df5d67a61a8ccd8d052249e195e0fe9ab07 (diff) |
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 <valentin.longchamp@keymile.com>
Signed-off-by: Christoph Dietrich <christoph.dietrich@keymile.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/kmtegr1_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/kmtegr1_defconfig b/configs/kmtegr1_defconfig new file mode 100644 index 00000000000..aee988622bd --- /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 |