diff options
author | Stefan Roese | 2015-01-19 11:33:46 +0100 |
---|---|---|
committer | Luka Perkov | 2015-02-06 17:24:46 +0100 |
commit | 2554167cc158001cd1befb93e10829fc534bfada (patch) | |
tree | b464088dd1d8743bc817cbb9378f10069dea63f5 /configs | |
parent | e7778ec153e279e451bf7c55c05c76e76b095875 (diff) |
arm: db-mv784mp-gp: Enable SPL to include DDR training code into U-Boot
This patch adds SPL support to the db-mv784mp-gp eval board.
Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/db-mv784mp-gp_defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/db-mv784mp-gp_defconfig b/configs/db-mv784mp-gp_defconfig index 7aa216c47d4..a7f13e2132b 100644 --- a/configs/db-mv784mp-gp_defconfig +++ b/configs/db-mv784mp-gp_defconfig @@ -1,2 +1,3 @@ -CONFIG_ARM=y -CONFIG_TARGET_DB_MV784MP_GP=y +CONFIG_SPL=y ++S:CONFIG_ARM=y ++S:CONFIG_TARGET_DB_MV784MP_GP=y |