Add CPLD_Checkin and other functions
This commit is contained in:
@@ -151,8 +151,7 @@
|
||||
#endif
|
||||
|
||||
/**************************** Type Definitions *******************************/
|
||||
#define FSBL_DEBUG_INFO
|
||||
#define QSPI_BYPASS
|
||||
//#define QSPI_BYPASS
|
||||
/***************** Macros (Inline Functions) Definitions *********************/
|
||||
|
||||
#ifdef XPAR_XWDTPS_0_BASEADDR
|
||||
@@ -376,9 +375,11 @@ int main(void)
|
||||
BootModeRegister &= BOOT_MODES_MASK;
|
||||
|
||||
#ifdef QSPI_BYPASS
|
||||
fsbl_printf(DEBUG_GENERAL,"QSPI BYPASSED!\r\n");
|
||||
BootModeRegister = JTAG_MODE;
|
||||
#else
|
||||
fsbl_printf(DEBUG_GENERAL,"Normal BootModeReg Read\r\n");
|
||||
#endif
|
||||
|
||||
/*
|
||||
* QSPI BOOT MODE
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user