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
f4f7c08b
Commit
f4f7c08b
authored
5 years ago
by
Troy Kisky
Browse files
Options
Downloads
Patches
Plain Diff
oc: add CONFIG_FSL_ESDHC_IMX: to defconfigs
Signed-off-by:
Troy Kisky
<
troy.kisky@boundarydevices.com
>
parent
a9c07a7b
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
board/boundary/oc/oc.c
+2
-2
2 additions, 2 deletions
board/boundary/oc/oc.c
configs/ocquad_defconfig
+1
-1
1 addition, 1 deletion
configs/ocquad_defconfig
configs/ocsolo1g_defconfig
+1
-1
1 addition, 1 deletion
configs/ocsolo1g_defconfig
configs/ocsolo_defconfig
+1
-1
1 addition, 1 deletion
configs/ocsolo_defconfig
with
5 additions
and
5 deletions
board/boundary/oc/oc.c
+
2
−
2
View file @
f4f7c08b
...
...
@@ -22,7 +22,7 @@
#include
<asm/mach-imx/sata.h>
#include
<asm/mach-imx/spi.h>
#include
<mmc.h>
#include
<fsl_esdhc.h>
#include
<fsl_esdhc
_imx
.h>
#include
<linux/fb.h>
#include
<ipu_pixfmt.h>
#include
<asm/arch/crm_regs.h>
...
...
@@ -183,7 +183,7 @@ int board_ehci_hcd_init(int port)
}
#endif
#ifdef CONFIG_FSL_ESDHC
#ifdef CONFIG_FSL_ESDHC
_IMX
struct
fsl_esdhc_cfg
board_usdhc_cfg
[]
=
{
{.
esdhc_base
=
USDHC3_BASE_ADDR
,
.
bus_width
=
4
,
.
gp_cd
=
GP_USDHC3_CD
},
...
...
This diff is collapsed.
Click to expand it.
configs/ocquad_defconfig
+
1
−
1
View file @
f4f7c08b
...
...
@@ -44,7 +44,7 @@ CONFIG_FASTBOOT_BUF_ADDR=0x12000000
CONFIG_FASTBOOT_BUF_SIZE=0x26000000
CONFIG_FASTBOOT_FLASH=y
CONFIG_FASTBOOT_FLASH_MMC_DEV=1
CONFIG_FSL_ESDHC=y
CONFIG_FSL_ESDHC
_IMX
=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_GIGADEVICE=y
CONFIG_SPI_FLASH_SPANSION=y
...
...
This diff is collapsed.
Click to expand it.
configs/ocsolo1g_defconfig
+
1
−
1
View file @
f4f7c08b
...
...
@@ -42,7 +42,7 @@ CONFIG_FASTBOOT_BUF_ADDR=0x12000000
CONFIG_FASTBOOT_BUF_SIZE=0x26000000
CONFIG_FASTBOOT_FLASH=y
CONFIG_FASTBOOT_FLASH_MMC_DEV=1
CONFIG_FSL_ESDHC=y
CONFIG_FSL_ESDHC
_IMX
=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_GIGADEVICE=y
CONFIG_SPI_FLASH_SPANSION=y
...
...
This diff is collapsed.
Click to expand it.
configs/ocsolo_defconfig
+
1
−
1
View file @
f4f7c08b
...
...
@@ -42,7 +42,7 @@ CONFIG_FASTBOOT_BUF_ADDR=0x12000000
CONFIG_FASTBOOT_BUF_SIZE=0x26000000
CONFIG_FASTBOOT_FLASH=y
CONFIG_FASTBOOT_FLASH_MMC_DEV=1
CONFIG_FSL_ESDHC=y
CONFIG_FSL_ESDHC
_IMX
=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_GIGADEVICE=y
CONFIG_SPI_FLASH_SPANSION=y
...
...
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