Re: [U-Boot] [PATCH v3] powerpc/8xxx: Fix LAW init to respect pre-initialized entries

2011-02-09 Thread Kumar Gala
On Feb 4, 2011, at 3:14 PM, Kumar Gala wrote: > 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-b

[U-Boot] [PATCH v3] powerpc/8xxx: Fix LAW init to respect pre-initialized entries

2011-02-04 Thread Kumar Gala
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 --- * Fix problem in non-NAND case we didn't se