Add FSBL debug and QSPI Bypass
This commit is contained in:
@@ -151,7 +151,8 @@
|
||||
#endif
|
||||
|
||||
/**************************** Type Definitions *******************************/
|
||||
|
||||
#define FSBL_DEBUG_INFO
|
||||
#define QSPI_BYPASS
|
||||
/***************** Macros (Inline Functions) Definitions *********************/
|
||||
|
||||
#ifdef XPAR_XWDTPS_0_BASEADDR
|
||||
@@ -374,6 +375,10 @@ int main(void)
|
||||
BootModeRegister = Xil_In32(BOOT_MODE_REG);
|
||||
BootModeRegister &= BOOT_MODES_MASK;
|
||||
|
||||
#ifdef QSPI_BYPASS
|
||||
BootModeRegister = JTAG_MODE;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* QSPI BOOT MODE
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user