]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/mpc85xx/p1_p2_rdb: add all LAWs during SPL
authorScott Wood <scottwood@freescale.com>
Wed, 8 Aug 2012 15:06:18 +0000 (15:06 +0000)
committerAndy Fleming <afleming@freescale.com>
Thu, 23 Aug 2012 17:49:48 +0000 (12:49 -0500)
commitd69dba367aed051663d0ee1ece013c8232bfa9f5
treebd42cf8219fcdbe8ea8fe6367fa5019dee696837
parent98ae9ac434debd96a86ed8d4b6714d757860838c
powerpc/mpc85xx/p1_p2_rdb: add all LAWs during SPL

LAW init is skipped in the SPL payload because it's assumed that the SPL
has taken care of it -- so make sure the SPL loads all the LAWs as is
done on other boards.

This bug was introduced by:

  commit 4589728e214958a4e6e011a081a68d360c49d7a5
  Author: Kumar Gala <galak@kernel.crashing.org>
  Date:   Fri Nov 11 08:14:53 2011 -0600

    powerpc/85xx: Fix builds of P1020/P2020RDB-PC_36BIT_NAND

    Size grew a bit so nand-spl didn't fit in 4k, reduce done by removing
    LAW entries not needed during SPL phase.

Signed-off-by: Scott Wood <scottwood@freescale.com>
board/freescale/p1_p2_rdb_pc/law.c