]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ppc4xx: Fix reporting of bootstrap options G and F on 460EX/GT
authorFelix Radensky <felix@embedded-sol.com>
Tue, 19 Jan 2010 15:37:13 +0000 (17:37 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 23 Jan 2010 16:53:11 +0000 (17:53 +0100)
Bootstrap options G and F are reported incorrectly (G instead
of F and vice versa). This patch fixes this.

Signed-off-by: Felix Radensky <felix@embedded-sol.com>
Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/cpu.c

index e1b00a74c7a63736f2ceaf14cbcc2b7e5bba8370..f68402f8457f81a426f761ce9493f7343c1bfb89 100644 (file)
@@ -196,7 +196,7 @@ static char *bootstrap_str[] = {
        "I2C (Addr 0x54)",      /* A8 */
        "I2C (Addr 0x52)",      /* A4 */
 };
-static char bootstrap_char[] = { 'A', 'B', 'C', 'D', 'E', 'G', 'F', 'H' };
+static char bootstrap_char[] = { 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H' };
 #endif
 
 #if defined(CONFIG_460SX)