Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
99a4ffe2
Commit
99a4ffe2
authored
Mar 26, 2009
by
Wolfgang Denk
Browse files
Merge branch 'master' of
git://git.denx.de/u-boot-arm
parents
e2b66fe4
0c692673
Changes
2
Hide whitespace changes
Inline
Side-by-side
MAKEALL
View file @
99a4ffe2
...
...
@@ -539,15 +539,16 @@ LIST_ARM10=" \
#########################################################################
## ARM11 Systems
#########################################################################
LIST_ARM11
=
"
\
cp1136
\
omap2420h4
\
apollon
\
imx31_litekit
\
imx31_phycore
\
mx31ads
\
qong
\
smdk6400
\
LIST_ARM11
=
"
\
cp1136
\
omap2420h4
\
apollon
\
imx31_litekit
\
imx31_phycore
\
imx31_phycore_eet
\
mx31ads
\
qong
\
smdk6400
\
"
#########################################################################
...
...
include/configs/omap3_beagle.h
View file @
99a4ffe2
...
...
@@ -98,6 +98,11 @@
#define CONFIG_CMD_EXT2
/* EXT2 Support */
#define CONFIG_CMD_FAT
/* FAT 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_MMC
/* MMC support */
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment