commit | 1fe7e8fa48931898ef2e35a913f56cef02f327a4 | [log] [tgz] |
---|---|---|
author | Stephan Linz <linz@li-pro.net> | Wed Jun 27 00:28:25 2012 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Wed Jun 27 10:18:20 2012 +0200 |
tree | fe462397b42a1d9b1dfb5746076dd419ec037e5d | |
parent | 2629d63efc2ed9c6a02dd6605a0a5cb62f4e278d [diff] |
microblaze: Avoid compile error on systems without cfi flash Use XILINX_FLASH_START to set/unset FLASH and RAMENV. Error: board.c: In function 'board_init': board.c:134: error: 'XILINX_FLASH_START' undeclared (first use in this function) board.c:134: error: (Each undeclared identifier is reported only once board.c:134: error: for each function it appears in.) Signed-off-by: Stephan Linz <linz@li-pro.net> Signed-off-by: Michal Simek <monstr@monstr.eu>