<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[uboot中的env_init（）函数问题]]></title>
 <link><![CDATA[http://aiothome.net/read.php?tid=3421]]></link>
 <description><![CDATA[Latest 20 replies of uboot中的env_init（）函数问题]]></description>
 <copyright><![CDATA[Copyright(C) ]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Sun, 26 Jul 2026 12:38:51 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://aiothome.net]]></link>
 <description><![CDATA[]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[uboot2009.11中的env_nand.c文件中没有
&nbsp;&nbsp;31 

&nbsp;&nbsp;32 #include &lt;common.h&gt;

&nbsp;&nbsp;33 

&nbsp;&nbsp;34 #if defined(CFG_ENV_IS_IN_NAND) /* Environment is in Nand Flash */
那么如何判断uboot在执行env_init()函数时，env_init()调用自哪个文件呢？]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=3421#32265]]></link>
 <author><![CDATA[libing86910]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Mon, 21 Jun 2010 17:28:41 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[谢谢斑竹，，对于预编译宏CFG_ENV_IS_IN_FLASH和CFG_ENV_IS_IN_NAND我还有些疑问，，CFG_ENV_IS_IN_FLASH是指环境变量存储在nor flash,
而CFG_ENV_IS_IN_NAND指环境变量存储在nand flash吗？
我看了移植到qq2440的uboot，它的qq2440.h中定义了：
defined CFG_ENV_IS_IN_FLASH&nbsp;&nbsp;&nbsp;&nbsp;1， 
#define CONFIG ..]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=3421#11529]]></link>
 <author><![CDATA[stone]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Mon, 26 Oct 2009 01:10:57 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[quote]版主，uboot在执行env_init()函数时，调用的是Env_flash.c文件中的，还是Env_nand.c文件中的呢？这个是由什么决定的呢？[/quote]
这是env_flash.c中的代码:
[code]&#160;&#160;28 

&#160;&#160;29 #include &lt;common.h&gt;

&#160;&#160;30 

&#160;&#160;31 #if defined(CFG_ENV_IS_IN_FLASH) /* Environment  ..]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=3421#11509]]></link>
 <author><![CDATA[kasim]]></author>
 <category><![CDATA[U-boot技术交流区]]></category>
 <pubdate><![CDATA[Sat, 24 Oct 2009 14:49:19 +0000]]></pubdate>
</item>
</channel></rss>