summaryrefslogtreecommitdiffstats
path: root/stage1/init_hw.c
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-02-11 19:12:01 -0700
committerEvan Lojewski <github@meklort.com>2019-02-11 19:12:01 -0700
commit9e583fbabd9a42d4c54239ecd0c974c4062cd00a (patch)
treec7153a956bbea4658d3b44922a853e71b67d30c7 /stage1/init_hw.c
parent83f298bd427751e4fe9a006de673e875c2e46ade (diff)
downloadbcm5719-ortega-9e583fbabd9a42d4c54239ecd0c974c4062cd00a.tar.gz
bcm5719-ortega-9e583fbabd9a42d4c54239ecd0c974c4062cd00a.zip
Update nvrma format to more closely match ortega spec.
Diffstat (limited to 'stage1/init_hw.c')
-rw-r--r--stage1/init_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1/init_hw.c b/stage1/init_hw.c
index 956bbeb..b7321cc 100644
--- a/stage1/init_hw.c
+++ b/stage1/init_hw.c
@@ -74,7 +74,7 @@ void init_mii(void)
// Set MII_REG_CONTROL to AUTO_NEGOTIATION_ENABLE.
}
-void init_hw(NVRAMContents *nvram)
+void init_hw(NVRAMContents_t *nvram)
{
// Enable memory arbitration
DEVICE.MemoryArbiterMode.bits.Enable = 1;
OpenPOWER on IntegriCloud