Explorar o código

board/beaglebone/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 %!s(int64=3) %!d(string=hai) anos
pai
achega
0df7ffd4b7
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      board/beaglebone/genimage.cfg

+ 2 - 1
board/beaglebone/genimage.cfg

@@ -12,6 +12,7 @@ image boot.vfat {
 			"am335x-bonegreen.dtb",
 		}
 	}
+
 	size = 16M
 }
 
@@ -22,7 +23,7 @@ image sdcard.img {
 	partition u-boot {
 		partition-type = 0xC
 		bootable = "true"
-                image = "boot.vfat"
+		image = "boot.vfat"
 	}
 
 	partition rootfs {