Re: [U-Boot] [PATCH 1/2] microblaze: avoid compile error on systems without cfi flash

2012-06-26 Thread Michal Simek
2012/6/25 Stephan Linz l...@li-pro.net: Am Montag, den 25.06.2012, 06:55 +0200 schrieb Michal Simek: On 06/21/2012 09:42 PM, Stephan Linz wrote: Use XILINX_FLASH_START to set/unset FLASH and RAMENV. Error was: board.c: In function 'board_init': board.c:134: error: 'XILINX_FLASH_START'

Re: [U-Boot] [PATCH 1/2] microblaze: avoid compile error on systems without cfi flash

2012-06-26 Thread Stephan Linz
Am Dienstag, den 26.06.2012, 10:56 +0200 schrieb Michal Simek: 2012/6/25 Stephan Linz l...@li-pro.net: Am Montag, den 25.06.2012, 06:55 +0200 schrieb Michal Simek: On 06/21/2012 09:42 PM, Stephan Linz wrote: Use XILINX_FLASH_START to set/unset FLASH and RAMENV. Error was:

Re: [U-Boot] [PATCH 1/2] microblaze: avoid compile error on systems without cfi flash

2012-06-25 Thread Stephan Linz
Am Montag, den 25.06.2012, 06:55 +0200 schrieb Michal Simek: On 06/21/2012 09:42 PM, Stephan Linz wrote: Use XILINX_FLASH_START to set/unset FLASH and RAMENV. Error was: board.c: In function 'board_init': board.c:134: error: 'XILINX_FLASH_START' undeclared (first use in this

Re: [U-Boot] [PATCH 1/2] microblaze: avoid compile error on systems without cfi flash

2012-06-24 Thread Michal Simek
On 06/21/2012 09:42 PM, Stephan Linz wrote: Use XILINX_FLASH_START to set/unset FLASH and RAMENV. Error was: 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

[U-Boot] [PATCH 1/2] microblaze: avoid compile error on systems without cfi flash

2012-06-21 Thread Stephan Linz
Use XILINX_FLASH_START to set/unset FLASH and RAMENV. Error was: 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