diff options
| author | wdenk <wdenk> | 2004-03-14 22:25:36 +0000 |
|---|---|---|
| committer | wdenk <wdenk> | 2004-03-14 22:25:36 +0000 |
| commit | 42dfe7a1844cbad7114038aaf03828acb7a84414 (patch) | |
| tree | d33893d34d2a97aa23257703733dbc9d86d48278 /include/ide.h | |
| parent | 855a496fe9ba431772f1ff1aef21a5c001288bb0 (diff) | |
| download | olio-uboot-2014.01-42dfe7a1844cbad7114038aaf03828acb7a84414.tar.xz olio-uboot-2014.01-42dfe7a1844cbad7114038aaf03828acb7a84414.zip | |
Code cleanup; make several boards compile & link.LABEL_2004_03_14_2340
Diffstat (limited to 'include/ide.h')
| -rw-r--r-- | include/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ide.h b/include/ide.h index 3af12c8db..dfef32f26 100644 --- a/include/ide.h +++ b/include/ide.h @@ -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; |