Merge git://www.denx.de/git/u-boot-marvell

This commit is contained in:
Tom Rini
2016-10-12 08:30:08 -04:00
10 changed files with 637 additions and 0 deletions

View File

@ -10,6 +10,9 @@ config TARGET_OPENRD
config TARGET_DREAMPLUG
bool "DreamPlug Board"
config TARGET_DS109
bool "Synology DS109"
config TARGET_GURUPLUG
bool "GuruPlug Board"
@ -59,6 +62,7 @@ config SYS_SOC
source "board/Marvell/openrd/Kconfig"
source "board/Marvell/dreamplug/Kconfig"
source "board/Synology/ds109/Kconfig"
source "board/Marvell/guruplug/Kconfig"
source "board/Marvell/sheevaplug/Kconfig"
source "board/buffalo/lsxl/Kconfig"