diff options
Diffstat (limited to 'board/amlogic/w400/w400.c')
-rw-r--r-- | board/amlogic/w400/w400.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amlogic/w400/w400.c b/board/amlogic/w400/w400.c index 31b75d2c6b..d4671a1d70 100644 --- a/board/amlogic/w400/w400.c +++ b/board/amlogic/w400/w400.c @@ -49,7 +49,7 @@ static char *get_dfu_alt_boot(char *interface, char *devstr) if (!strncmp(devstr, "0", 1)) alt_boot = DFU_ALT_BOOT_SD; else - alt_boot = DFU_ALT_BOOT_EMMC; + alt_boot = DFU_ALT_BOOT_EMMC_KVIM3; return alt_boot; } |