A27R版本修改
This commit is contained in:
14
A58-AMTLDR/Src/BootModeSel.h
Normal file
14
A58-AMTLDR/Src/BootModeSel.h
Normal 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
|
||||
|
Reference in New Issue
Block a user