summaryrefslogtreecommitdiff
path: root/bsp/env/freedom-e300-arty
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2016-11-28 18:56:57 -0800
committerAndrew Waterman <andrew@sifive.com>2016-12-20 19:15:39 -0800
commit15ea618a79886024f50cabac19d7f91811dec5fb (patch)
tree1f1fb4656c68414b40bc95d3868ccc1b91fd719d /bsp/env/freedom-e300-arty
parentfb9d92d4bcfae53f60d82c1bd2ca270e67e312e7 (diff)
Pass argc and argv to main()
Diffstat (limited to 'bsp/env/freedom-e300-arty')
-rw-r--r--bsp/env/freedom-e300-arty/init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bsp/env/freedom-e300-arty/init.c b/bsp/env/freedom-e300-arty/init.c
index c766e98..0a80cbb 100644
--- a/bsp/env/freedom-e300-arty/init.c
+++ b/bsp/env/freedom-e300-arty/init.c
@@ -59,8 +59,6 @@ void _init()
printf("core freq at %d Hz\n", get_cpu_freq());
write_csr(mtvec, &trap_entry);
-
- // _exit(main(0, NULL));
}