Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor 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
vesta
u-boot-2015.04
Commits
99a4ffe2
Commit
99a4ffe2
authored
16 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
git://git.denx.de/u-boot-arm
parents
e2b66fe4
0c692673
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
MAKEALL
+10
-9
10 additions, 9 deletions
MAKEALL
include/configs/omap3_beagle.h
+5
-0
5 additions, 0 deletions
include/configs/omap3_beagle.h
with
15 additions
and
9 deletions
MAKEALL
+
10
−
9
View file @
99a4ffe2
...
@@ -539,15 +539,16 @@ LIST_ARM10=" \
...
@@ -539,15 +539,16 @@ LIST_ARM10=" \
#########################################################################
#########################################################################
## ARM11 Systems
## ARM11 Systems
#########################################################################
#########################################################################
LIST_ARM11
=
"
\
LIST_ARM11
=
"
\
cp1136
\
cp1136
\
omap2420h4
\
omap2420h4
\
apollon
\
apollon
\
imx31_litekit
\
imx31_litekit
\
imx31_phycore
\
imx31_phycore
\
mx31ads
\
imx31_phycore_eet
\
qong
\
mx31ads
\
smdk6400
\
qong
\
smdk6400
\
"
"
#########################################################################
#########################################################################
...
...
This diff is collapsed.
Click to expand it.
include/configs/omap3_beagle.h
+
5
−
0
View file @
99a4ffe2
...
@@ -98,6 +98,11 @@
...
@@ -98,6 +98,11 @@
#define CONFIG_CMD_EXT2
/* EXT2 Support */
#define CONFIG_CMD_EXT2
/* EXT2 Support */
#define CONFIG_CMD_FAT
/* FAT support */
#define CONFIG_CMD_FAT
/* FAT support */
#define CONFIG_CMD_JFFS2
/* JFFS2 Support */
#define CONFIG_CMD_JFFS2
/* JFFS2 Support */
#define CONFIG_CMD_MTDPARTS
/* Enable MTD parts commands */
#define MTDIDS_DEFAULT "nand0=nand"
#define MTDPARTS_DEFAULT "mtdparts=nand:512k(x-loader),"\
"1920k(u-boot),128k(u-boot-env),"\
"4m(kernel),-(fs)"
#define CONFIG_CMD_I2C
/* I2C serial bus support */
#define CONFIG_CMD_I2C
/* I2C serial bus support */
#define CONFIG_CMD_MMC
/* MMC support */
#define CONFIG_CMD_MMC
/* MMC support */
...
...
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