commit | 6a74ade567a9fab8bf588d89944adbf514a6afbc | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Feb 03 09:02:13 2011 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Mon Apr 04 09:24:41 2011 -0500 |
tree | 1f3ce78f0a6e0619804b5b15ee3e5a425750caaf | |
parent | b582daedf07efdcfbe22822bb0850045da705e37 [diff] |
powerpc/8xxx: Fix LAW init to respect pre-initialized entries If some pre-boot or earlier stage bootloader (NAND SPL) has setup LAW entries consider them good and mark them used. In the NAND SPL case we skip re-initializing based on the law_table since the SPL phase already did that. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>