M is 1024*1024, dammit ! Has the US finally switched to the metric system ?

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34920 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2010-01-06 18:15:56 +00:00
parent 9149b4aa35
commit cecee6bb75
+1 -1
View File
@@ -142,7 +142,7 @@ actions BuildUImageScript1
rule BuildUBootSDImage image : files
{
Depends $(image) : $(files) ;
SDIMAGE_BLOCK_SIZE on $(image) = 1MB ;
SDIMAGE_BLOCK_SIZE on $(image) = 1M ;
SDIMAGE_SIZE on $(image) = $(HAIKU_BOARD_SDIMAGE_SIZE) ;
SDIMAGE_FDISK on $(image) = /sbin/sfdisk ;
SDIMAGE_FDISK_SCRIPT on $(image) =