diff options
| author | Marek Vasut <[email protected]> | 2014-10-24 23:39:07 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2014-10-30 10:09:06 +0100 |
| commit | f91c09acf5c58cde552e4036fe48b8e47e92d69c (patch) | |
| tree | dd058d1066c47fee113a1b5a342efa5ad393e0da /configs | |
| parent | 9df4757718812b86f6ccb5d8331a08cdfd1527c4 (diff) | |
ARM: mx6: Add support for Kosagi Novena
Add support for the Kosagi Novena board. Currently supported are:
- I2C busses
- FEC Ethernet
- MMC0, MMC1, Booting from MMC
- SATA
- USB ports
- USB Ethernet
Signed-off-by: Marek Vasut <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Sean Cross <[email protected]>
Cc: Nikolay Dimitrov <[email protected]>
Reviewed-by: Nikolay Dimitrov <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/novena_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/novena_defconfig b/configs/novena_defconfig new file mode 100644 index 00000000000..a560afb7305 --- /dev/null +++ b/configs/novena_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/kosagi/novena/setup.cfg,MX6Q,SPL" ++S:CONFIG_ARM=y ++S:CONFIG_TARGET_KOSAGI_NOVENA=y |
