mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 19:51:37 +00:00
Merge branch 'CR_7420_vf2_fastboot_Xingyu.Wu' into 'jh7110-master'
CR_7420_vf2_fastboot_Xingyu.Wu See merge request sdk/u-boot!70
This commit is contained in:
commit
d5f1e2303a
1 changed files with 2 additions and 2 deletions
|
@ -43,12 +43,12 @@ static int do_fastboot_usb(int argc, char *const argv[],
|
|||
char *endp;
|
||||
int ret;
|
||||
|
||||
#ifdef CONFIG_FASTBOOT_STARFIVE_MAX_BLK_WRITE
|
||||
#ifdef CONFIG_TARGET_STARFIVE_DEVKITS
|
||||
#define RUN_FB_SF_PRESETTING \
|
||||
"fdt set /soc/usbdrd starfive,usb2-only <0x1>;" \
|
||||
"fdt set /soc/usbdrd/usb@10100000 dr_num_mode <0x2>;"
|
||||
|
||||
run_command_list(RUN_FB_SF_PRESETTING, -1, 0);
|
||||
run_command_list(RUN_FB_SF_PRESETTING, -1, 0);
|
||||
#endif
|
||||
|
||||
if (argc < 2)
|
||||
|
|
Loading…
Add table
Reference in a new issue