From 403baf656db95190c9b67c367840a608db979a95 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Wed, 18 Oct 2017 11:43:48 -0500 Subject: [PATCH] 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) --- src/system/boot/platform/u-boot/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/platform/u-boot/Jamfile b/src/system/boot/platform/u-boot/Jamfile index f8efdc06a4..e1b7414102 100644 --- a/src/system/boot/platform/u-boot/Jamfile +++ b/src/system/boot/platform/u-boot/Jamfile @@ -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