Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uboot-i9100
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
Model registry
Operate
Environments
Monitor
Incidents
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
onny
uboot-i9100
Commits
29ca46c4
Commit
29ca46c4
authored
19 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Fix device partition intialization for SystemACE disks.
Patch by Stephen Williams, 28 Apr 2005
parent
99b0d285
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+3
-0
3 additions, 0 deletions
CHANGELOG
common/cmd_ace.c
+1
-0
1 addition, 0 deletions
common/cmd_ace.c
include/configs/JSE.h
+7
-7
7 additions, 7 deletions
include/configs/JSE.h
with
11 additions
and
7 deletions
CHANGELOG
+
3
−
0
View file @
29ca46c4
...
...
@@ -2,6 +2,9 @@
Changes for U-Boot 1.1.4:
======================================================================
* Fix device partition intialization for SystemACE disks.
Patch by Stephen Williams, 28 Apr 2005
* Added support for KwikByte KB920x boards (based on AT91RM9200)
Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
...
...
This diff is collapsed.
Click to expand it.
common/cmd_ace.c
+
1
−
0
View file @
29ca46c4
...
...
@@ -131,6 +131,7 @@ block_dev_desc_t * systemace_get_dev(int dev)
not yet initialized. In that case, fill it in. */
if
(
systemace_dev
.
blksz
==
0
)
{
systemace_dev
.
if_type
=
IF_TYPE_UNKNOWN
;
systemace_dev
.
dev
=
0
;
systemace_dev
.
part_type
=
PART_TYPE_UNKNOWN
;
systemace_dev
.
type
=
DEV_TYPE_HARDDISK
;
systemace_dev
.
blksz
=
512
;
...
...
This diff is collapsed.
Click to expand it.
include/configs/JSE.h
+
7
−
7
View file @
29ca46c4
...
...
@@ -135,16 +135,16 @@
#define CONFIG_PHY_ADDR 1
/* PHY address */
#define CONFIG_COMMANDS (CONFIG_CMD_DFL | \
CFG_CMD_PCI | \
CFG_CMD_IRQ | \
CFG_CMD_FLASH | \
CFG_CMD_NET | \
CFG_CMD_DHCP | \
CFG_CMD_PING | \
CFG_CMD_MII | \
CFG_CMD_EEPROM | \
CFG_CMD_ELF | \
CFG_CMD_FAT | \
CFG_CMD_ELF )
CFG_CMD_FLASH | \
CFG_CMD_IRQ | \
CFG_CMD_MII | \
CFG_CMD_NET | \
CFG_CMD_PCI | \
CFG_CMD_PING )
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
#include
<cmd_confdefs.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