Skip to content
/ u-boot Public
forked from u-boot/u-boot

Commit

Permalink
board: starfive: update BOOT_TARGET_DEVICES
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu committed Aug 8, 2023
1 parent 00dd076 commit 355b187
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/configs/starfive-visionfive2.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
/* Environment options */

#define BOOT_TARGET_DEVICES(func) \
func(USB, usb, 0) \
func(MMC, mmc, 1) \
func(MMC, mmc, 0) \
func(NVME, nvme, 0) \
func(DHCP, dhcp, na)

#include <config_distro_bootcmd.h>
Expand Down

0 comments on commit 355b187

Please sign in to comment.