From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ho Lee Date: Tue, 25 May 2004 11:07:44 -0700 Subject: [U-Boot-Users] [PATCH] Fix for MPC8260 IMMAP structure Message-ID: <012c01c44283$2df0a0b0$1502a8c0@corp.skystream.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, I found a trivial misalignment in MPC8260 IMMAP structure. It is not harmful in normal environment, but the problem reveals if the structure is packed. Sincerely, Ho -------------------------------------------------- diff -urN u-boot-1.1.1.orig/include/asm-ppc/immap_8260.h u-boot-1.1.1/include/asm-ppc/immap_8260.h --- u-boot-1.1.1.orig/include/asm-ppc/immap_8260.h 2004-04-18 14:45:45.000000000 -0700 +++ u-boot-1.1.1/include/asm-ppc/immap_8260.h 2004-05-25 10:54:23.000000000 -0700 @@ -519,7 +519,7 @@ fcc_t im_fcc[3]; /* Three FCCs */ - char res4[159]; + char res4[160]; /* First set of baud rate generators. */