mirror of
https://github.com/torvalds/linux.git
synced 2026-09-15 15:01:08 -04:00
[ARM] 4055/1: iop13xx: fix phys_io/io_pg_offst for iq81340mc/sc
The phys_io/io_pg_offst machine record variables were being set to bogus values, causing problems when enabling DEBUG_LL. Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
99e4a6dda9
commit
6d2e857d02
@@ -24,8 +24,5 @@
|
||||
#define PBI_CF_IDE_BASE (IQ81340_CMP_FLSH)
|
||||
#define PBI_CF_BAR_ADDR (IOP13XX_PBI_BAR1)
|
||||
|
||||
/* These are the values used in the Machine description */
|
||||
#define PHYS_IO 0xfeffff00
|
||||
#define IO_PG_OFFSET 0xffffff00
|
||||
#define BOOT_PARAM_OFFSET 0x00000100
|
||||
|
||||
#endif /* _IQ81340_H_ */
|
||||
|
||||
Reference in New Issue
Block a user