diff options
Diffstat (limited to 'board/esd/pci405/cmd_pci405.c')
| -rw-r--r-- | board/esd/pci405/cmd_pci405.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/esd/pci405/cmd_pci405.c b/board/esd/pci405/cmd_pci405.c index 9a0bf1e36..5c717e253 100644 --- a/board/esd/pci405/cmd_pci405.c +++ b/board/esd/pci405/cmd_pci405.c @@ -735,7 +735,7 @@ U_BOOT_CMD(  ); -#define SECTOR_SIZE 	32		/* 32 byte cache line */ +#define SECTOR_SIZE	32		/* 32 byte cache line */  #define SECTOR_MASK	0x1F  void my_flush_dcache(ulong lcl_addr, ulong count) |