1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 16:22:36 +02:00

Code cleanup; make several boards compile & link.

This commit is contained in:
wdenk
2004-03-14 22:25:36 +00:00
parent 855a496fe9
commit 42dfe7a184
64 changed files with 708 additions and 685 deletions

View File

@@ -38,7 +38,7 @@
#endif /* CONFIG_IDE_LED */
#if CFG_64BIT_LBA
#ifdef CFG_64BIT_LBA
typedef uint64_t lbaint_t;
#else
typedef ulong lbaint_t;