2
1
Эх сурвалжийг харах

board/beagleboardx15/genimage.cfg: beautify file

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Giulio Benetti 3 жил өмнө
parent
commit
4101136423

+ 2 - 1
board/beagleboardx15/genimage.cfg

@@ -5,6 +5,7 @@ image boot.vfat {
 			"u-boot.img"
 			"u-boot.img"
 		}
 		}
 	}
 	}
+
 	size = 4M
 	size = 4M
 }
 }
 
 
@@ -15,7 +16,7 @@ image sdcard.img {
 	partition u-boot {
 	partition u-boot {
 		partition-type = 0xC
 		partition-type = 0xC
 		bootable = "true"
 		bootable = "true"
-                image = "boot.vfat"
+		image = "boot.vfat"
 	}
 	}
 
 
 	partition rootfs {
 	partition rootfs {