From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 04 Jun 2008 21:10:51 -0400 Subject: [U-Boot-Users] [PATCH 3/8] ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2 In-Reply-To: <1212433356-27144-3-git-send-email-sr@denx.de> References: <1212433356-27144-1-git-send-email-sr@denx.de> <1212433356-27144-3-git-send-email-sr@denx.de> Message-ID: <48473D1B.4090405@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Stefan Roese wrote: > This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all > ppc4xx related SDRAM/DDR/DDR2 controller defines. > > Signed-off-by: Stefan Roese > --- > include/asm-ppc/ppc4xx-sdram.h | 1156 ++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 1156 insertions(+), 0 deletions(-) > create mode 100644 include/asm-ppc/ppc4xx-sdram.h Hi Stefan, Not a big deal, but it would probably have been better to switch this patch [3/8] and the previous patch [2/8] - add the header and then remove all the code the header replaces - so that it would be git-bisect safe. Best regards, gb