summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-sopine-spi/files/patch-board_sunxi_board.c
blob: e8bde74a05977a03a2c2506f3854a24ffd799ae4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- board/sunxi/board.c.orig	2022-05-03 09:13:36.019124000 +0200
+++ board/sunxi/board.c	2022-05-03 09:13:47.210925000 +0200
@@ -601,7 +601,7 @@
 	case BOOT_DEVICE_MMC2:
 		return 1;
 	default:
-		return CONFIG_SYS_MMC_ENV_DEV;
+		return 0;
 	}
 }
 #endif