]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/wandboard/README
snapper9260: remove unused AT91_LEGACY
[karo-tx-uboot.git] / board / wandboard / README
index ce83bbe4c5ebc87c823811e95eef424705ef39a1..1f678e16a9ba0c2358093dcfe5ca311fececcd46 100644 (file)
@@ -3,8 +3,8 @@ U-Boot for Wandboard
 
 This file contains information for the port of U-Boot to the Wandboard.
 
-Wandboard is a development board that has two variants: one version based
-on mx6 dual lite and another one based on mx6 solo.
+Wandboard is a development board that has three variants based on the following
+SoCs: mx6 quad, mx6 dual lite and mx6 solo.
 
 For more details about Wandboard, please refer to:
 http://www.wandboard.org/
@@ -22,6 +22,11 @@ To build U-Boot for the Wandboard Solo version:
 $ make wandboard_solo_config
 $ make
 
+To build U-Boot for the Wandboard Quad version:
+
+$ make wandboard_quad_config
+$ make
+
 Flashing U-boot into the SD card
 --------------------------------