[Linux-Xtensa] [PATCH 2/6] xtensa: bootparams: fix typo
Max Filippov
jcmvbkbc at gmail.com
Mon Jun 24 08:55:56 PDT 2013
From: Baruch Siach <baruch at tkos.co.il>
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
Signed-off-by: Max Filippov <jcmvbkbc at gmail.com>
---
arch/xtensa/include/asm/bootparam.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/xtensa/include/asm/bootparam.h b/arch/xtensa/include/asm/bootparam.h
index 0c25799..23392c5 100644
--- a/arch/xtensa/include/asm/bootparam.h
+++ b/arch/xtensa/include/asm/bootparam.h
@@ -20,7 +20,7 @@
#define BP_TAG_COMMAND_LINE 0x1001 /* command line (0-terminated string)*/
#define BP_TAG_INITRD 0x1002 /* ramdisk addr and size (bp_meminfo) */
#define BP_TAG_MEMORY 0x1003 /* memory addr and size (bp_meminfo) */
-#define BP_TAG_SERIAL_BAUSRATE 0x1004 /* baud rate of current console. */
+#define BP_TAG_SERIAL_BAUDRATE 0x1004 /* baud rate of current console. */
#define BP_TAG_SERIAL_PORT 0x1005 /* serial device of current console */
#define BP_TAG_FDT 0x1006 /* flat device tree addr */
--
1.7.7.6
More information about the linux-xtensa
mailing list