mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-26 12:50:19 +08:00
Move the initialization of the LAWs into C code and provide an API to allow modification of LAWs after init. Board code is responsible to provide a law_table and num_law_entries. We should be able to use the same code on 86xx as well. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>