mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
powerpc/mpc85xx: Update TLB CAMs in relocated mode
We want to use the TLB mapping helpers in relocated mode as well. These helpers need to have awareness of already occupied TLB entries. We already had them in sync in non-relocated mode, but need to resync them when we move into relocated. Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
@@ -895,6 +895,7 @@ skip_l2:
|
||||
}
|
||||
#endif
|
||||
|
||||
init_used_tlb_cams();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user