diff options
| author | Tom Rini <[email protected]> | 2022-07-14 11:10:49 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-14 11:10:49 -0400 |
| commit | 54f683dbfb8b0777ee4d0ba00872da33e54c98fa (patch) | |
| tree | 2bf9b2cb071abd2a9a80a252fc0126f1df46cfec /include/configs | |
| parent | 58f3dc5c4eac9c6050edda6af2e37d20a2f9586d (diff) | |
| parent | 16aabfe2f29d4682b2176095029fa307caccaced (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/corstone1000.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/corstone1000.h b/include/configs/corstone1000.h index 38d7fe8d0d4..8e0230c135e 100644 --- a/include/configs/corstone1000.h +++ b/include/configs/corstone1000.h @@ -24,4 +24,10 @@ #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 +#define BOOT_TARGET_DEVICES(func) \ + func(USB, usb, 0) + +#include <config_distro_bootcmd.h> + + #endif |
