From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Lange Date: Tue, 05 Oct 2004 14:48:29 +0200 Subject: [U-Boot-Users] initrd on MIPS Message-ID: <4162981D.5070705@corelatus.se> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I have been testing initrd for my dbAu1000 board. It seems that my kernel ( 2.4.25 ) expects the start address of the initrd to be given as a cached sdram address. If this is true for all mips boards, I will prepare a patch for lib_mips/mips_linux.c Any objections? /T