]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/mpc85xx:Disable Debug TLB entry for non-minimal SPL
authorPrabhakar Kushwaha <prabhakar@freescale.com>
Fri, 5 Jul 2013 06:29:26 +0000 (11:59 +0530)
committerAndy Fleming <afleming@freescale.com>
Tue, 16 Jul 2013 22:44:30 +0000 (17:44 -0500)
commit2a6936059a1f393d828274bf5d33dd54c0a3c882
treeaddd8582171cfe68b87d3ee496d1e214b2d706aa
parentb9944a77f909e343f930dcbcc597224e65dfcca9
powerpc/mpc85xx:Disable Debug TLB entry for non-minimal SPL

CONFIG_SPL_BUILD creates debug TLB entry, so disable it before init_tlbs.

CONFIG_SPL_INIT_MINIMAL never creates any debug TLB entry, so no need
of disable_tlb().

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/powerpc/cpu/mpc85xx/cpu_init_early.c