diff options
Diffstat (limited to 'board/udoo/neo/genimage.cfg')
-rw-r--r-- | board/udoo/neo/genimage.cfg | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/board/udoo/neo/genimage.cfg b/board/udoo/neo/genimage.cfg deleted file mode 100644 index 46209120f0..0000000000 --- a/board/udoo/neo/genimage.cfg +++ /dev/null @@ -1,32 +0,0 @@ -# Minimal SD card image for the MX6SX Udoo Neo board -# -# The SD card must have at least 1 MB free at the beginning. -# U-Boot and its environment are dumped as is. -# A single root filesystem partition is required (Ext4 in this case). -# -# For details about the layout, see: -# http://wiki.wandboard.org/index.php/Boot-process - -image sdcard.img { - hdimage { - } - - partition spl { - in-partition-table = "no" - image = "SPL" - offset = 1K - } - - partition u-boot { - in-partition-table = "no" - image = "u-boot.img" - offset = 69K - } - - partition rootfs { - partition-type = 0x83 - image = "rootfs.ext4" - offset = 1M - size = 512M - } -} |