URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk/orpsocv2/sw
- from Rev 655 to Rev 656
- ↔ Reverse comparison
Rev 655 → Rev 656
/drivers/cfi-ctrl/cfi_ctrl.c
6,6 → 6,10
#include "cpu-utils.h" |
#include "cfi_ctrl.h" |
|
#ifndef CFI_CTRL_BASE |
#define CFI_CTRL_BASE -1 |
#endif |
|
void cfi_ctrl_reset_flash(void) |
{ |
//REG32((CFI_CTRL_BASE + CFI_CTRL_SCR_OFFSET)) = CFI_CTRL_SCR_RESET_DEVICE; |