From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 22 Nov 2006 13:31:53 +0100 (MET) Subject: [U-Boot-Users] MC68360 port In-Reply-To: <8496f91a0611202248h1e43d4b4sc2961f67dba6c6fc@mail.gmail.com> References: <8496f91a0611202248h1e43d4b4sc2961f67dba6c6fc@mail.gmail.com> Message-ID: <200611221333.11432.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 21 November 2006 07:48, Matvejchikov Ilya wrote: > I have ported U-Boot-1.1.6 to MC68360 based board. See the attached > file for details. E-mail me if you have any questions :) Thanks. Some comments: - Are you sure that you can't use the common CFI FLASH driver? - Please don't use C++ style comments. - Use tabs for indentation (for example in board/mc68360/mc68360.c). - Please rework your board config file. There is no comment at all so this is not readable. Best regards, Stefan