A27R版本修改

This commit is contained in:
2025-05-17 14:22:08 +08:00
parent 0fd28aa974
commit 3b3c63f1f3
388 changed files with 319982 additions and 30872 deletions

View File

@ -0,0 +1,14 @@
#ifndef BOOT_MODE_SEL_H__
#define BOOT_MODE_SEL_H__
void bootFromSPI(void);
void bootFromNand(void);
void bootFromUsbHost();
void bootFromUsbDevice(int highspeed);
void bootFromUart(void);
void bootFromSD(int chipid, int bcheckfile);
void bootFromEMMC(int chipid);
void bootFromSpinand(void);
#endif