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
188dc16b
Commit
188dc16b
authored
17 years ago
by
Michal Simek
Browse files
Options
Downloads
Patches
Plain Diff
microblaze: ml401 fix config file for supporting FDT
Signed-off-by:
Michal Simek
<
monstr@monstr.eu
>
parent
4c6a6f02
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/configs/ml401.h
+8
-5
8 additions, 5 deletions
include/configs/ml401.h
with
8 additions
and
5 deletions
include/configs/ml401.h
+
8
−
5
View file @
188dc16b
/*
/*
* (C) Copyright 2007 Michal Simek
* (C) Copyright 2007
-2008
Michal Simek
*
*
* Michal SIMEK <monstr@monstr.eu>
* Michal SIMEK <monstr@monstr.eu>
*
*
...
@@ -83,8 +83,8 @@
...
@@ -83,8 +83,8 @@
#define CONFIG_XILINX_CLOCK_FREQ XILINX_CLOCK_FREQ
#define CONFIG_XILINX_CLOCK_FREQ XILINX_CLOCK_FREQ
/* FSL */
/* FSL */
#define CFG_FSL_2
/*
#define CFG_FSL_2
*/
#define FSL_INTR_2 1
/*
#define FSL_INTR_2 1
*/
/*
/*
* memory layout - Example
* memory layout - Example
...
@@ -155,9 +155,9 @@
...
@@ -155,9 +155,9 @@
#else
/* !RAMENV */
#else
/* !RAMENV */
#define CFG_ENV_IS_IN_FLASH 1
#define CFG_ENV_IS_IN_FLASH 1
#define CFG_ENV_ADDR 0x40000
#define CFG_ENV_SECT_SIZE 0x40000
/* 256K(one sector) for env */
#define CFG_ENV_SECT_SIZE 0x40000
/* 256K(one sector) for env */
#define CFG_ENV_SIZE 0x2000
#define CFG_ENV_ADDR (CFG_FLASH_BASE + (2 * CFG_ENV_SECT_SIZE))
#define CFG_ENV_SIZE 0x40000
#endif
/* !RAMBOOT */
#endif
/* !RAMBOOT */
#else
/* !FLASH */
#else
/* !FLASH */
/* ENV in RAM */
/* ENV in RAM */
...
@@ -256,4 +256,7 @@
...
@@ -256,4 +256,7 @@
"256k(u-boot),256k(env),3m(kernel),"\
"256k(u-boot),256k(env),3m(kernel),"\
"1m(romfs),1m(cramfs),-(jffs2)\0"
"1m(romfs),1m(cramfs),-(jffs2)\0"
#define CONFIG_CMDLINE_EDITING
#define CONFIG_OF_LIBFDT 1
#endif
/* __CONFIG_H */
#endif
/* __CONFIG_H */
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