From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Linz Date: Fri, 9 Jan 2004 17:58:00 +0100 Subject: [U-Boot-Users] [PATCH] small correction (again) Message-ID: <04010917580004.30267@pcj86> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, - makes the DK1C20 board configuration related to ASMI more conform to documentation Best Regards, Stephan Linz -------------- next part -------------- diff -purN -x CVS u-boot-unused_warn_fix/include/configs/DK1C20.h u-boot-dk1c20_cfg_fix/include/configs/DK1C20.h --- u-boot-unused_warn_fix/include/configs/DK1C20.h Sun Jan 4 17:28:36 2004 +++ u-boot-dk1c20_cfg_fix/include/configs/DK1C20.h Fri Jan 9 17:26:59 2004 @@ -647,8 +647,8 @@ * ASMI is for Cyclone devices only and only works when the configuration * is loaded via JTAG or ASMI. Please see doc/README.dk1c20 for details. *----------------------------------------------------------------------*/ -#define CONFIG_NIOS_ASMI /* Enable ASMI */ -#define CFG_NIOS_ASMIBASE 0x00920b00 /* ASMI base address */ +#define CONFIG_NIOS_ASMI /* Enable ASMI */ +#define CFG_NIOS_ASMIBASE CFG_NIOS_CPU_ASMI0 /* ASMI base address */ /*------------------------------------------------------------------------ * COMMANDS -------------- next part -------------- * Patch by Stephan Linz, 09 Jan 2004 - makes the DK1C20 board configuration related to ASMI more conform to documentation