]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
wandboard: Switch to SPL support
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 11 May 2015 23:50:22 +0000 (20:50 -0300)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:27 +0000 (22:43 +0200)
commit56b779b9c48383cd208f57e70d22a1bb451a4e00
tree1a566d8cc88d654f506b559d66e25546af5b4260
parent01e74298552a065687e97ff689591f9f3b0e745a
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