[U-Boot-Users] [PATCH] small correction (again)
Stephan Linz
linz at mazet.de
Fri Jan 9 17:58:00 CET 2004
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
More information about the U-Boot
mailing list