提交 9d142ea8 编写于 作者: W Wolfgang Denk

Fix "ppc/85xx: Clean up use of LAWAR defines" breakage

Commit 002741ae 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: NWolfgang Denk <wd@denx.de>
上级 a5aa3998
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册