]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - cpu/at91rm9200/lowlevel.S
Patch by Steven Scholz, 4 Apr 2005:
[thirdparty/u-boot.git] / cpu / at91rm9200 / lowlevel.S
index 5521e5d3ccec2e19b05dfc96aaf0858d6d769a00..05887adc0c4886570cb538531b19082e22608bc5 100644 (file)
@@ -30,7 +30,7 @@
 #include <config.h>
 #include <version.h>
 
-#ifdef CONFIG_INIT_CRITICAL
+#ifndef CONFIG_SKIP_LOWLEVEL_INIT
 /*
  * some parameters for the board
  *
@@ -197,4 +197,4 @@ SMRDATA1:
        .word SDRAM
        .word SDRAM_VAL
        /* SMRDATA1 is 176 bytes long */
-#endif /* CONFIG_INIT_CRITICAL */
+#endif /* CONFIG_SKIP_LOWLEVEL_INIT */