Fix uart for opt, actually use params.

This commit is contained in:
nwert
2018-03-16 10:14:09 +13:00
parent 3077c47c39
commit fb1ebd9a06
3 changed files with 17 additions and 17 deletions

View File

@@ -63,8 +63,8 @@ void config_pmc_scratch()
void mc_config_tsec_carveout(u32 bom, u32 size1mb, int lock)
{
MC(0x670) = 0x90000000;
MC(0x674) = 1;
MC(0x670) = bom;
MC(0x674) = size1mb;
if (lock)
MC(0x678) = 1;
}