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
148d1169
Commit
148d1169
authored
5 years ago
by
Troy Kisky
Browse files
Options
Downloads
Patches
Plain Diff
lshore: use CONFIG_USB_BOOT_FIRST
Signed-off-by:
Troy Kisky
<
troy.kisky@boundarydevices.com
>
parent
e3b0490b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configs/lshore_dl_defconfig
+1
-0
1 addition, 0 deletions
configs/lshore_dl_defconfig
configs/lshore_solo_defconfig
+1
-0
1 addition, 0 deletions
configs/lshore_solo_defconfig
include/configs/lshore.h
+0
-3
0 additions, 3 deletions
include/configs/lshore.h
with
2 additions
and
3 deletions
configs/lshore_dl_defconfig
+
1
−
0
View file @
148d1169
CONFIG_ARM=y
CONFIG_ARM=y
CONFIG_ARCH_MX6=y
CONFIG_ARCH_MX6=y
CONFIG_SYS_TEXT_BASE=0x17800000
CONFIG_SYS_TEXT_BASE=0x17800000
CONFIG_USB_BOOT_FIRST=y
CONFIG_TARGET_LSHORE=y
CONFIG_TARGET_LSHORE=y
CONFIG_ENV_VARS_UBOOT_CONFIG=y
CONFIG_ENV_VARS_UBOOT_CONFIG=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/lshore/lshore_dl.cfg,MX6DL,DDR_MB=1024,DEFCONFIG=\"lshore_dl\""
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/lshore/lshore_dl.cfg,MX6DL,DDR_MB=1024,DEFCONFIG=\"lshore_dl\""
...
...
This diff is collapsed.
Click to expand it.
configs/lshore_solo_defconfig
+
1
−
0
View file @
148d1169
CONFIG_ARM=y
CONFIG_ARM=y
CONFIG_ARCH_MX6=y
CONFIG_ARCH_MX6=y
CONFIG_SYS_TEXT_BASE=0x17800000
CONFIG_SYS_TEXT_BASE=0x17800000
CONFIG_USB_BOOT_FIRST=y
CONFIG_TARGET_LSHORE=y
CONFIG_TARGET_LSHORE=y
CONFIG_ENV_VARS_UBOOT_CONFIG=y
CONFIG_ENV_VARS_UBOOT_CONFIG=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/lshore/lshore_solo.cfg,MX6S,DDR_MB=512,DEFCONFIG=\"lshore_solo\""
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/lshore/lshore_solo.cfg,MX6S,DDR_MB=512,DEFCONFIG=\"lshore_solo\""
...
...
This diff is collapsed.
Click to expand it.
include/configs/lshore.h
+
0
−
3
View file @
148d1169
...
@@ -28,9 +28,6 @@
...
@@ -28,9 +28,6 @@
#define BD_MMC_UMS_DISKS "0"
#define BD_MMC_UMS_DISKS "0"
#undef CONFIG_SYS_BOARD
#undef CONFIG_SYS_BOARD
#define BOOT_TARGET_DEVICES(func) \
DISTRO_BOOT_DEV_USB(func) \
DISTRO_BOOT_DEV_MMC(func)
#include
"boundary.h"
#include
"boundary.h"
#define CONFIG_EXTRA_ENV_SETTINGS BD_BOUNDARY_ENV_SETTINGS \
#define CONFIG_EXTRA_ENV_SETTINGS BD_BOUNDARY_ENV_SETTINGS \
...
...
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