Skip to content
Snippets Groups Projects
Commit 0717dde0 authored by Kever Yang's avatar Kever Yang Committed by Simon Glass
Browse files

evb-rk3399: config: set emmc as default boot dev


rk3399 has two mmc dev controller:
mmc 0: SD card;
mmc 1: EMMC

U-Boot will scan the mmc boot device configured by CONFIG_SYS_MMC_ENV_DEV,
since evb has emmc on board, let's set the EMMC as default.

Signed-off-by: default avatarKever Yang <kever.yang@rock-chips.com>
parent 1b64a050
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <configs/rk3399_common.h> #include <configs/rk3399_common.h>
#define CONFIG_ENV_IS_IN_MMC #define CONFIG_ENV_IS_IN_MMC
#define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_MMC_ENV_DEV 1
/* /*
* SPL @ 32k for ~36k * SPL @ 32k for ~36k
* ENV @ 96k * ENV @ 96k
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment