We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b4dcd commit 661b40bCopy full SHA for 661b40b
arch/xtensa/include/asm/bootparam.h
@@ -20,7 +20,7 @@
20
#define BP_TAG_COMMAND_LINE 0x1001 /* command line (0-terminated string)*/
21
#define BP_TAG_INITRD 0x1002 /* ramdisk addr and size (bp_meminfo) */
22
#define BP_TAG_MEMORY 0x1003 /* memory addr and size (bp_meminfo) */
23
-#define BP_TAG_SERIAL_BAUSRATE 0x1004 /* baud rate of current console. */
+#define BP_TAG_SERIAL_BAUDRATE 0x1004 /* baud rate of current console. */
24
#define BP_TAG_SERIAL_PORT 0x1005 /* serial device of current console */
25
#define BP_TAG_FDT 0x1006 /* flat device tree addr */
26
0 commit comments