]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/bios_emulator/x86emu/debug.c
Update from 2013.01 to 2013.07
[karo-tx-uboot.git] / drivers / bios_emulator / x86emu / debug.c
index 6417d099988d27b392caf8fcd9a4e9e8af4c7ca0..2fa8050f6a52535fdf47d1f0680b626df2f382a8 100644 (file)
@@ -309,7 +309,7 @@ void x86emu_single_step(void)
                case 'P':
                        noDecode = (noDecode) ? 0 : 1;
                        printk("Toggled decoding to %s\n",
-                              (noDecode) ? "FALSE" : "TRUE");
+                              (noDecode) ? "false" : "true");
                        break;
                case 't':
                case 0: