commit | 94731e41b659864ae202d51d6cdfa542dff214ee | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Fri Sep 25 00:57:49 2009 +0200 |
committer | Tom Rix <Tom.Rix@windriver.com> | Sat Oct 03 09:04:40 2009 -0500 |
tree | ea2d1bf7e96cda6710ad2d49137911865399aadc | |
parent | c8ca0bc6a764f8b2fa97d14cf508438c7c179c08 [diff] |
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>