From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Wed, 04 Jun 2003 10:33:12 +0200 Subject: [U-Boot-Users] TQM860L and JFFS2??? References: <20030602195906.E3C72C5492@atlas.denx.de> Message-ID: <3EDDAEC8.4050806@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk schrieb: > In message <3EDB7EB4.8080305@imc-berlin.de> you wrote: > >>I want to use JFFS2 as root fs on a TQM860L board (with u-boot-0.3.0) > > ... > >>I added a "CFG_CMD_JFFS2" to the CONFIG_COMMANDS and the lines > > ... > >>/home/scholz/Projekte/u-boot/board/tqm8xx/u-boot.lds:137 cannot move >>location counter backwards (from 40008124 to 40008000) > > > You have to adjust the linker script (board/tqm8xx/u-boot.lds); one > of the early sections grows because of youyr change, so it would > overlap the location with the environment sectors. > Thanks for that hint! It's fine now. Steven