r915 - trunk/src/target/u-boot/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Thu Feb 8 18:29:07 CET 2007


Author: laforge
Date: 2007-02-08 18:29:07 +0100 (Thu, 08 Feb 2007)
New Revision: 915

Modified:
   trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
Log:
make ram/nand build a compile-time defined option


Modified: trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch	2007-02-08 15:51:14 UTC (rev 914)
+++ trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch	2007-02-08 17:29:07 UTC (rev 915)
@@ -524,7 +524,7 @@
 +#ifndef __CONFIG_H
 +#define __CONFIG_H
 +
-+#if 0
++#if defined(BUILD_FOR_RAM)
 +/* If we want to start u-boot from inside RAM */
 +#define CONFIG_SKIP_RELOCATE_UBOOT	1
 +#define CONFIG_SKIP_LOWLEVEL_INIT	1





More information about the commitlog mailing list