Move initialization routines to BANK2

This commit is contained in:
logicog
2026-04-22 22:36:26 +02:00
parent 01fa43510e
commit 570ee6c995
3 changed files with 255 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef _RTL837X_INIT_H_
#define _RTL837X_INIT_H_
void rtl8372_init(void) __banked;
void rtl8373_init(void) __banked;
#endif