summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-09-25 00:57:49 +0200
committerTom Rix <Tom.Rix@windriver.com>2009-10-03 09:04:40 -0500
commit94731e41b659864ae202d51d6cdfa542dff214ee (patch)
treeea2d1bf7e96cda6710ad2d49137911865399aadc /include
parentc8ca0bc6a764f8b2fa97d14cf508438c7c179c08 (diff)
downloadu-boot-imx-94731e41b659864ae202d51d6cdfa542dff214ee.zip
u-boot-imx-94731e41b659864ae202d51d6cdfa542dff214ee.tar.gz
u-boot-imx-94731e41b659864ae202d51d6cdfa542dff214ee.tar.bz2
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>
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc/mmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/mmu.h b/include/asm-ppc/mmu.h
index d516d91..ec22a50 100644
--- a/include/asm-ppc/mmu.h
+++ b/include/asm-ppc/mmu.h
@@ -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