diff options
author | Holger Brunck <holger.brunck@keymile.com> | 2013-01-15 22:51:22 +0000 |
---|---|---|
committer | Prafulla Wadaskar <prafulla@marvell.com> | 2013-04-12 21:42:22 +0530 |
commit | 90639feaa0d66a204f9d03a325ab14e2f97f6cbb (patch) | |
tree | a28e679e9644c086f900f24d50d9ac5847f26db0 /include/configs | |
parent | dfeafde4fc0b22c47b2e17fc14b4e736c40cdb40 (diff) | |
download | u-boot-imx-90639feaa0d66a204f9d03a325ab14e2f97f6cbb.zip u-boot-imx-90639feaa0d66a204f9d03a325ab14e2f97f6cbb.tar.gz u-boot-imx-90639feaa0d66a204f9d03a325ab14e2f97f6cbb.tar.bz2 |
arm/km: add support for kmsuv31 board
This board is from a u-boot point of view a mixture between kmnusa and
a standard km_kirkwood board. We have our u-boot environment in the spi
NOR flash, but we have a direct connection between the kirkwood and the
piggy. A FPGA is connected via the PCIe interface. So we only have to
select the specific features in the board setup.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
cc: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>
Acked-By: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/km_kirkwood.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/km_kirkwood.h b/include/configs/km_kirkwood.h index 762cc10..83bb7aa 100644 --- a/include/configs/km_kirkwood.h +++ b/include/configs/km_kirkwood.h @@ -98,6 +98,14 @@ #define KM_IVM_BUS "pca9544a:70:9" /* I2C2 (Mux-Port 1)*/ #define CONFIG_KM_PIGGY4_88E6061 +/* KM_SUV31 */ +#elif defined(CONFIG_KM_SUV31) +#define KM_IVM_BUS "pca9547:70:9" /* I2C2 (Mux-Port 1)*/ +#define CONFIG_IDENT_STRING "\nKeymile SUV31" +#define CONFIG_HOSTNAME kmsuv31 +#define CONFIG_KM_ENV_IS_IN_SPI_NOR +#define CONFIG_KM_FPGA_CONFIG + #else #error ("Board unsupported") #endif |