From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Mon, 6 Aug 2007 22:11:27 +0200 Subject: [U-Boot-Users] [PATCH 1/4] emac References: <20070805200704.A6580353F0C@atlas.denx.de> Message-ID: <002201c7d865$f8aad430$0500a8c0@monstrone> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >> fs/jffs2/libjffs2.a \ >> - fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a >> + fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a fs/romfs/libromfs.a > > Please keep lists sorted. Hi, romfs is at the end of list but ext2 position is wrong. Isn't not my code. file: Makefile LIBS += fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a \ fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a I fix this. Best regards, Michal Simek