
Dear Holger Brunck,
In message 1295951175-3635-1-git-send-email-holger.brunck@keymile.com you wrote:
From: Andreas Huber andreas.huber@keymile.com
This reads the DIP switch on mgcoge. The DIP switch is connected to the BFTICU (0x40000089) FPGA. If the DIP switch is set the environment variable 'actual_bank' is set to 0 and starts the SW in bank0.
Signed-off-by: Andreas Huber andreas.huber@keymile.com Signed-off-by: Holger Brunck holger.brunck@keymile.com
board/keymile/mgcoge/mgcoge.c | 18 ++++++++++++++++++ include/configs/mgcoge.h | 5 +++++ 2 files changed, 23 insertions(+), 0 deletions(-)
This patch breaks compiling of the mgcoge2ne board:
Configuring for mgcoge2ne board... mgcoge.c: In function 'last_stage_init': mgcoge.c:305: error: 'CONFIG_SYS_BFTICU_BASE' undeclared (first use in this function) mgcoge.c:305: error: (Each undeclared identifier is reported only once mgcoge.c:305: error: for each function it appears in.)
Please fix.
Best regards,
Wolfgang Denk