summaryrefslogtreecommitdiffstats
path: root/ape/main.c
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-04-13 13:12:46 -0600
committerEvan Lojewski <github@meklort.com>2019-04-13 13:12:46 -0600
commit4fcea364d3dbf2ca5fe95c32fa47ce1eb1746144 (patch)
treee7e4fe11c6682bd692df1b760c236f311edfc7b2 /ape/main.c
parentaba49c992a64755c2ec53dc653528870507bfd90 (diff)
downloadbcm5719-ortega-4fcea364d3dbf2ca5fe95c32fa47ce1eb1746144.tar.gz
bcm5719-ortega-4fcea364d3dbf2ca5fe95c32fa47ce1eb1746144.zip
Add APE RMU initialization code.
Diffstat (limited to 'ape/main.c')
-rw-r--r--ape/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ape/main.c b/ape/main.c
index aee4bf7..9646465 100644
--- a/ape/main.c
+++ b/ape/main.c
@@ -96,5 +96,6 @@ void __attribute__((noreturn)) loaderLoop(void)
void __attribute__((noreturn)) __start()
{
initRxFromNetwork();
+ initRMU();
loaderLoop();
} \ No newline at end of file
OpenPOWER on IntegriCloud