[U-Boot-Users] [PATCH] lba48 support & 64bit vsprintf

I tried to send this to the list Friday, but it apparently got lost on the way...
In any case.. This adds some ifdefs around the code so it should not increase the memory footprint on any system not needing LBA48 support.
LBA and vsprintf are completely separated into the two patches, and they should not be dependent on eachother. (eccept if some of the CFG_ variables are set
-----Original Message----- From: Rune Torgersen Sent: Friday, February 27, 2004 13:56 To: u-boot-users@lists.sourceforge.net Subject: [PATCH] lba48 support & 64bit vsprintf
Added some CONFIG and CFG variables to for LBA48 support and for 64bit printing. Now you can use LBA48 and not use 64bit in vsprintf. LBA48 now works without 64bit.
Changelog Rune Torgersen - Added LBA48 support (CONFIG_LBA48 & CFG_64BIT_LBA) - Added support for 64bit printing in vsprintf (CFG_64BIT_VSPRINTF) - Added support for 64bit strtoul (CFG_64BIT_STRTOUL) README is also updated for these variables
Remove the two last CHANGELOG lines if you do not want to mess with vsprintf
Rune Torgersen System Developer Innovative Systems LLC 1000 Innovative Drive Mitchell, SD 57301 Ph: 605-995-6120 www.innovsys.com
participants (1)
-
Rune Torgersen