mirror of
git://soft.sys114.com/klipper
synced 2026-02-12 07:20:26 +09:00
sam4e8e: Move the sam4 cache setup to its own sam4_cache.c file
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -43,12 +43,6 @@ int
|
||||
main(void)
|
||||
{
|
||||
SystemInit();
|
||||
|
||||
// Enable Cache
|
||||
if (!(CMCC->CMCC_SR & CMCC_SR_CSTS))
|
||||
CMCC->CMCC_CTRL = CMCC_CTRL_CEN;
|
||||
|
||||
// Start main loop
|
||||
sched_main();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user