Skip to content

Commit 661b40b

Browse files
baruchsiachczankel
authored andcommitted
xtensa: bootparams: fix typo
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
1 parent 77b4dcd commit 661b40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/xtensa/include/asm/bootparam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define BP_TAG_COMMAND_LINE 0x1001 /* command line (0-terminated string)*/
2121
#define BP_TAG_INITRD 0x1002 /* ramdisk addr and size (bp_meminfo) */
2222
#define BP_TAG_MEMORY 0x1003 /* memory addr and size (bp_meminfo) */
23-
#define BP_TAG_SERIAL_BAUSRATE 0x1004 /* baud rate of current console. */
23+
#define BP_TAG_SERIAL_BAUDRATE 0x1004 /* baud rate of current console. */
2424
#define BP_TAG_SERIAL_PORT 0x1005 /* serial device of current console */
2525
#define BP_TAG_FDT 0x1006 /* flat device tree addr */
2626

0 commit comments

Comments
 (0)