mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 16:10:58 +00:00
Fixed leading whitespace issues.
Removed spurious LAWAR thing. Signed-off-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
parent
f7b190d312
commit
5f3249a0a1
1 changed files with 2 additions and 3 deletions
|
@ -117,8 +117,8 @@ typedef struct _P601_BAT {
|
|||
*/
|
||||
|
||||
typedef struct _pte {
|
||||
unsigned long page_num:20;
|
||||
unsigned long flags:12; /* Page flags (some unused bits) */
|
||||
unsigned long page_num:20;
|
||||
unsigned long flags:12; /* Page flags (some unused bits) */
|
||||
} pte;
|
||||
|
||||
#define PD_SHIFT (10+12) /* Page directory */
|
||||
|
@ -448,7 +448,6 @@ extern int write_bat(ppc_bat_t bat, unsigned long upper, unsigned long lower);
|
|||
#define LAWAR_TRGT_IF_PCI1 0x00000000
|
||||
#define LAWAR_TRGT_IF_PCIX 0x00000000
|
||||
#define LAWAR_TRGT_IF_PCI2 0x00100000
|
||||
#define LAWAR_TRGT_IF_HT 0x00200000
|
||||
#define LAWAR_TRGT_IF_LBC 0x00400000
|
||||
#define LAWAR_TRGT_IF_CCSR 0x00800000
|
||||
#define LAWAR_TRGT_IF_DDR_INTERLEAVED 0x00B00000
|
||||
|
|
Loading…
Reference in a new issue