<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/fs/jffs2/compr_rtime.c, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2008-08-31T02:24:56Z</updated>
<entry>
<title>fs: Move conditional compilation to Makefile</title>
<updated>2008-08-31T02:24:56Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
</author>
<published>2008-08-31T02:24:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878'/>
<id>urn:sha1:08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>fs/: Remove lingering references to CFG_CMD_* symbols.</title>
<updated>2007-07-10T16:07:56Z</updated>
<author>
<name>Jon Loeliger</name>
</author>
<published>2007-07-10T16:07:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f40a7f3e3888b42a43674b099e5470022c8c544c'/>
<id>urn:sha1:f40a7f3e3888b42a43674b099e5470022c8c544c</id>
<content type='text'>
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>fs/: Remove obsolete references to CONFIG_COMMANDS</title>
<updated>2007-07-09T22:56:50Z</updated>
<author>
<name>Jon Loeliger</name>
</author>
<published>2007-07-09T22:56:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=dd60d1223b99a88a7216f3e041fe40634ad4c2bb'/>
<id>urn:sha1:dd60d1223b99a88a7216f3e041fe40634ad4c2bb</id>
<content type='text'>
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).</title>
<updated>2007-07-03T22:23:12Z</updated>
<author>
<name>Jon Loeliger</name>
</author>
<published>2007-06-12T00:02:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4e109ae98294a5ca7ff848b7652c7bfd4023a94a'/>
<id>urn:sha1:4e109ae98294a5ca7ff848b7652c7bfd4023a94a</id>
<content type='text'>
This is a compatibility step that allows both the older form
and the new form to co-exist for a while until the older can
be removed entirely.

All transformations are of the form:
Before:
    #if (CONFIG_COMMANDS &amp; CFG_CMD_AUTOSCRIPT)
After:
    #if (CONFIG_COMMANDS &amp; CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2002-11-03T00:38:21Z</updated>
<author>
<name>wdenk</name>
</author>
<published>2002-11-03T00:38:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=fe8c2806cdba70479e351299881a395dc2be7785'/>
<id>urn:sha1:fe8c2806cdba70479e351299881a395dc2be7785</id>
<content type='text'>
</content>
</entry>
</feed>
