u-boot: mmc single case volume label

* Makes parsing slightly easier in tools like rune-image.
* Mixed case introduces some extra encoding the WIP Rust
  FAT driver doesn't support (yet)
This commit is contained in:
Alexander von Gluck IV 2017-10-18 11:43:48 -05:00
parent 2618d62084
commit 403baf656d
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ actions BuildUBootSDImage1
# partition it
MTOOLSRC=$(1).mtools mpartition -b$(SDIMAGE_BEGIN) -cI -T 0xc i:
# format the image
MTOOLSRC=$(1).mtools mformat -L 32 -v "Haiku" i:
MTOOLSRC=$(1).mtools mformat -L 32 -v "HAIKU" i:
# generate u-boot environment variables
echo '$(HAIKU_BOARD_SDIMAGE_UBOOT_UENV)' > uEnv.txt