commit | d647131f27c5f6ac670ac4539b341351f8fa4fd9 | [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 | 3e1d414ca50becedd1244af7acb9f482c68fe872 [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>