[haiku-commits] haiku: hrev51475 - src/system/boot/platform/u-boot

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 18 Oct 2017 18:46:24 +0200 (CEST)

hrev51475 adds 1 changeset to branch 'master'
old head: 2618d62084a3d556dfdcba38bcd92917fe41401b
new head: 403baf656db95190c9b67c367840a608db979a95
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=403baf656db9+%5E2618d62084a3

----------------------------------------------------------------------------

403baf656db9: 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)

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev51475
Commit:      403baf656db95190c9b67c367840a608db979a95
URL:         http://cgit.haiku-os.org/haiku/commit/?id=403baf656db9
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Wed Oct 18 16:43:48 2017 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/system/boot/platform/u-boot/Jamfile | 2 +-

----------------------------------------------------------------------------

diff --git a/src/system/boot/platform/u-boot/Jamfile 
b/src/system/boot/platform/u-boot/Jamfile
index f8efdc0..e1b7414 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


Other related posts: