Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
46ea85e4
Commit
46ea85e4
authored
5 years ago
by
Troy Kisky
Browse files
Options
Downloads
Patches
Plain Diff
bio: use CONFIG_SPL_USB_SDP_SUPPORT
Signed-off-by:
Troy Kisky
<
troy.kisky@boundarydevices.com
>
parent
fb1ac7f8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configs/bio_4g_defconfig
+5
-0
5 additions, 0 deletions
configs/bio_4g_defconfig
include/configs/bio.h
+5
-10
5 additions, 10 deletions
include/configs/bio.h
with
10 additions
and
10 deletions
configs/bio_4g_defconfig
+
5
−
0
View file @
46ea85e4
...
@@ -25,6 +25,9 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/imx8m/imximage.cfg,DDR_MB
...
@@ -25,6 +25,9 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/imx8m/imximage.cfg,DDR_MB
CONFIG_SPL_BOARD_INIT=y
CONFIG_SPL_BOARD_INIT=y
CONFIG_SPL_I2C_SUPPORT=y
CONFIG_SPL_I2C_SUPPORT=y
CONFIG_SPL_POWER_SUPPORT=y
CONFIG_SPL_POWER_SUPPORT=y
CONFIG_SPL_USB_HOST_SUPPORT=y
CONFIG_SPL_USB_GADGET_SUPPORT=y
CONFIG_SPL_USB_SDP_SUPPORT=y
CONFIG_SPL_WATCHDOG_SUPPORT=y
CONFIG_SPL_WATCHDOG_SUPPORT=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_GPT=y
CONFIG_CMD_GPT=y
...
@@ -74,6 +77,8 @@ CONFIG_USB=y
...
@@ -74,6 +77,8 @@ CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_DM_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_DWC3=y
CONFIG_USB_DWC3_GADGET=y
CONFIG_USB_STORAGE=y
CONFIG_USB_STORAGE=y
CONFIG_USB_KEYBOARD=y
CONFIG_USB_KEYBOARD=y
CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP=y
CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP=y
...
...
This diff is collapsed.
Click to expand it.
include/configs/bio.h
+
5
−
10
View file @
46ea85e4
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
#define CONFIG_SPL_ABORT_ON_RAW_IMAGE
/* For RAW image gives a error info not panic */
#define CONFIG_SPL_ABORT_ON_RAW_IMAGE
/* For RAW image gives a error info not panic */
#undef CONFIG_BLK
#undef CONFIG_DM_MMC
#undef CONFIG_DM_MMC
#undef CONFIG_DM_PMIC
#undef CONFIG_DM_PMIC
#undef CONFIG_DM_PMIC_PFUZE100
#undef CONFIG_DM_PMIC_PFUZE100
...
@@ -122,22 +123,16 @@
...
@@ -122,22 +123,16 @@
/* USB configs */
/* USB configs */
#ifndef CONFIG_SPL_BUILD
#ifndef CONFIG_SPL_BUILD
#define CONFIG_HAS_FSL_XHCI_USB
#ifdef CONFIG_HAS_FSL_XHCI_USB
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
#endif
#define CONFIG_USB_DWC3
#define CONFIG_USB_DWC3_GADGET
#define CONFIG_USBD_HS
#define CONFIG_USBD_HS
#define CONFIG_USB_GADGET_MASS_STORAGE
#define CONFIG_USB_GADGET_MASS_STORAGE
#define CONFIG_USB_GADGET_VBUS_DRAW 2
#define CONFIG_USB_GADGET_DUALSPEED
#endif
#endif
#define CONFIG_USB_GADGET_VBUS_DRAW 2
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
#define CONFIG_OF_SYSTEM_SETUP
#define CONFIG_OF_SYSTEM_SETUP
/* Framebuffer */
/* Framebuffer */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment