Skip to content

Commit

Permalink
skip uart controller step on t10/t20
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Jan 21, 2024
1 parent 235a5b0 commit f99a9c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/configs/isvp_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@

#define CONFIG_SYS_UART_INDEX 1
#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_UART_CONTROLLER_STEP 0x1000
#if defined(CONFIG_T21) || defined(CONFIG_T30) || defined(CONFIG_T31)
#define CONFIG_SYS_UART_CONTROLLER_STEP 0x1000
#endif

#define CONFIG_BOOTDELAY 1
#define CONFIG_CMD_TFTPPUT 1
Expand Down

0 comments on commit f99a9c6

Please sign in to comment.