diff options
author | Stefan Roese <sr@denx.de> | 2014-10-22 12:13:18 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-23 09:59:21 -0400 |
commit | dd580801aadb13f8ef5dcc5e56691ef5cd92a5a7 (patch) | |
tree | 18f7c665883300ac3b0b6a062906623b0b3ce2ff /board/Marvell/db-mv784mp-gp/kwbimage.cfg | |
parent | 41e5ee54e3502ca4854f16d69278698075946238 (diff) | |
download | u-boot-imx-dd580801aadb13f8ef5dcc5e56691ef5cd92a5a7.zip u-boot-imx-dd580801aadb13f8ef5dcc5e56691ef5cd92a5a7.tar.gz u-boot-imx-dd580801aadb13f8ef5dcc5e56691ef5cd92a5a7.tar.bz2 |
arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board
This patch adds basic support for the Marvell DB-MV784MP-GP evaulation
board. This is the first board that uses the recently created
Armada XP 78460 SoC support.
Signed-off-by: Stefan Roese <sr@denx.de>
Tested-by: Luka Perkov <luka@openwrt.org>
Diffstat (limited to 'board/Marvell/db-mv784mp-gp/kwbimage.cfg')
-rw-r--r-- | board/Marvell/db-mv784mp-gp/kwbimage.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/board/Marvell/db-mv784mp-gp/kwbimage.cfg b/board/Marvell/db-mv784mp-gp/kwbimage.cfg new file mode 100644 index 0000000..d7ef407 --- /dev/null +++ b/board/Marvell/db-mv784mp-gp/kwbimage.cfg @@ -0,0 +1,12 @@ +# +# Copyright (C) 2014 Stefan Roese <sr@denx.de> +# + +# Armada XP uses version 1 image format +VERSION 1 + +# Boot Media configurations +BOOT_FROM spi + +# Binary Header (bin_hdr) with DDR3 training code +BINARY board/Marvell/db-mv784mp-gp/binary.0 0000005b 00000068 |