Skip to content

Commit

Permalink
fix serial typo error
Browse files Browse the repository at this point in the history
Test done:
boot

Ori-Tracked-On: OAM-126870
Tracked-On: OAM-127436
Signed-off-by: Gang G Chen <[email protected]>
  • Loading branch information
GangSecurity committed Nov 14, 2024
1 parent 501668b commit 74de3cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/s8250mem32/s8250mem32.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
#include <hwconfig.h>
#include "s8250mem32.h"

#define SBL_SERIAL_BASEADDR "serail_baseaddr"
#define SBL_SERIAL_TYPE "serail_type"
#define SBL_SERIAL_REGWIDTH "serail_regwidth"
#define SBL_SERIAL_BASEADDR "serial_baseaddr"
#define SBL_SERIAL_TYPE "serial_type"
#define SBL_SERIAL_REGWIDTH "serial_regwidth"

#define SBL_SERIAL_TYPE_DISABLED 0

Expand Down

0 comments on commit 74de3cd

Please sign in to comment.