]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/wandboard_defconfig
wandboard: Switch to SPL support
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 11 May 2015 23:50:22 +0000 (20:50 -0300)
committerStefano Babic <sbabic@denx.de>
Thu, 21 May 2015 16:08:37 +0000 (18:08 +0200)
commit0d1ea05210f3221667f8085cf167f23f336ca0c0
tree007d8b8a85dcde97cf99f50254579fd300a85217
parenta91db95479e75c70ec49676e9a347787b054d651
wandboard: Switch to SPL support

Currently we need to build one U-boot image for each of the wandboard
variants: quad, dual-lite and solo.

By switching to SPL we can support all these variants with a single binary,
which is very convenient.

Based on the work from Richard Hu.

Tested kernel booting on the three boards.

Signed-off-by: Richard Hu <hakahu@gmail.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Tested-by: Vagrant Cascadian <vagrant@aikidev.net>
Reviewed-by: Stefano Babic <sbabic@denx.de>
arch/arm/Kconfig
board/wandboard/MAINTAINERS
board/wandboard/Makefile
board/wandboard/README
board/wandboard/spl.c [new file with mode: 0644]
board/wandboard/wandboard.c
configs/wandboard_defconfig [new file with mode: 0644]
configs/wandboard_dl_defconfig [deleted file]
configs/wandboard_quad_defconfig [deleted file]
configs/wandboard_solo_defconfig [deleted file]
include/configs/wandboard.h