forked from ROMEO/obsw
zedboard working
This commit is contained in:
@ -23,8 +23,8 @@
|
||||
|
||||
#include "xparameters_ps.h"
|
||||
|
||||
#define STDIN_BASEADDRESS 0xE0000000
|
||||
#define STDOUT_BASEADDRESS 0xE0000000
|
||||
#define STDIN_BASEADDRESS 0xE0001000
|
||||
#define STDOUT_BASEADDRESS 0xE0001000
|
||||
|
||||
/******************************************************************/
|
||||
|
||||
|
@ -204,6 +204,7 @@ OKToRun:
|
||||
/* set VBAR to the _vector_table address in linker script */
|
||||
ldr r0, =vector_base
|
||||
mcr p15, 0, r0, c12, c0, 0
|
||||
MRC p15, 0, r1, c12, c0, 0
|
||||
|
||||
/*invalidate scu*/
|
||||
#if USE_AMP!=1
|
||||
|
Reference in New Issue
Block a user