Skip to content

Commit 04944f0

Browse files
committed
ODROID-M1: fix SPI bus number
Signed-off-by: Dongjin Kim <[email protected]>
1 parent 97ab962 commit 04944f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/configs/odroid-rk356x.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#define CONFIG_VIDEO_BMP_GZIP
6363
#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((1920 * 1080 * 4) + 54)
6464

65-
#define CONFIG_ENV_SPI_BUS 0
65+
#define CONFIG_ENV_SPI_BUS 4
6666
#define CONFIG_ENV_SPI_CS 0
6767
#define CONFIG_ENV_SPI_MAX_HZ 200000000
6868

0 commit comments

Comments
 (0)