From 9e583fbabd9a42d4c54239ecd0c974c4062cd00a Mon Sep 17 00:00:00 2001 From: Evan Lojewski Date: Mon, 11 Feb 2019 19:12:01 -0700 Subject: Update nvrma format to more closely match ortega spec. --- stage1/init_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stage1/init_hw.c') 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; -- cgit v1.2.1