mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-10 20:28:59 +00:00
Fix "ppc/85xx: Clean up use of LAWAR defines" breakage
Commit 002741ae86
modified include/asm-ppc/mmu.h such that the LAWAR_
defines were only enabled for the 83xx platform, but they are also
needed on MPC512x system. Enabling these for E300 systems seems thus
more appropriate.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
c8ca0bc6a7
commit
94731e41b6
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ extern int num_tlb_entries;
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_MPC83xx
|
||||
#ifdef CONFIG_E300
|
||||
#define LAWAR_EN 0x80000000
|
||||
#define LAWAR_SIZE 0x0000003F
|
||||
|
||||
|
|
Loading…
Reference in a new issue