From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomko Date: Mon, 27 Jun 2005 15:05:52 +0800 Subject: [U-Boot-Users] question : difference between booting 2.4 and 2.6 kernel Message-ID: <42BFA550.5010807@avantwave.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, I would like to modify the uboot so that it could boot up 2.4 and 2.6 kernel without downloading the u boot again . what i know the difference is : 2.6 kernel know how to copy itself to memory but 2.4 do not and need bootloader to do it. Am i right ? How can i do this inorder to make it more convinent ? Regards, TOM