1 # Minimal SD card image for the Wandboard
3 # The SD card must have at least 1 MB free at the beginning.
4 # U-Boot and its environment are dumped as is.
5 # A single root filesystem partition is required (Ext2 in this case).
7 # For details about the layout, see:
8 # http://wiki.wandboard.org/index.php/Boot-process
15 in-partition-table = "no"
21 in-partition-table = "no"
26 partition u-boot-env {
27 in-partition-table = "no"
28 image = "uboot-env.bin"