diff options
Diffstat (limited to 'arch/mips/au1000')
-rw-r--r-- | arch/mips/au1000/common/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/common/setup.c b/arch/mips/au1000/common/setup.c index 8d21efdf29b7..c1e102e55adb 100644 --- a/arch/mips/au1000/common/setup.c +++ b/arch/mips/au1000/common/setup.c | |||
@@ -155,7 +155,7 @@ void __init plat_setup(void) | |||
155 | 155 | ||
156 | #if defined(CONFIG_64BIT_PHYS_ADDR) | 156 | #if defined(CONFIG_64BIT_PHYS_ADDR) |
157 | /* This routine should be valid for all Au1x based boards */ | 157 | /* This routine should be valid for all Au1x based boards */ |
158 | phys_t fixup_bigphys_addr(phys_t phys_addr, phys_t size) | 158 | phys_t __fixup_bigphys_addr(phys_t phys_addr, phys_t size) |
159 | { | 159 | { |
160 | u32 start, end; | 160 | u32 start, end; |
161 | 161 | ||