Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
585abe04
Commit
585abe04
authored
Feb 27, 2004
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MTD] Update integrator-flash.c with MTD CVS.
Allow command line partitioning for use with Integrator flash.
parent
832dcfeb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
drivers/mtd/maps/integrator-flash.c
drivers/mtd/maps/integrator-flash.c
+4
-3
No files found.
drivers/mtd/maps/integrator-flash.c
View file @
585abe04
/*======================================================================
/*======================================================================
drivers/mtd/maps/
armflash.c: ARM Flash Layout/Partitioning
drivers/mtd/maps/
integrator-flash.c: ARM Integrator flash map driver
Copyright (C) 2000 ARM Limited
Copyright (C) 2000 ARM Limited
Copyright (C) 2003 Deep Blue Solutions Ltd.
This program is free software; you can redistribute it and/or modify
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
@@ -21,7 +22,7 @@
...
@@ -21,7 +22,7 @@
This is access code for flashes using ARM's flash partitioning
This is access code for flashes using ARM's flash partitioning
standards.
standards.
$Id: integrator-flash.c,v 1.1
2 2003/05/20 20:59:30 dwmw2
Exp $
$Id: integrator-flash.c,v 1.1
5 2004/02/27 22:37:39 rmk
Exp $
======================================================================*/
======================================================================*/
...
@@ -64,7 +65,7 @@ static void armflash_set_vpp(struct map_info *map, int on)
...
@@ -64,7 +65,7 @@ static void armflash_set_vpp(struct map_info *map, int on)
info
->
plat
->
set_vpp
(
on
);
info
->
plat
->
set_vpp
(
on
);
}
}
static
const
char
*
probes
[]
=
{
"RedBoot"
,
"afs"
,
NULL
};
static
const
char
*
probes
[]
=
{
"
cmdlinepart"
,
"
RedBoot"
,
"afs"
,
NULL
};
static
int
armflash_probe
(
struct
device
*
_dev
)
static
int
armflash_probe
(
struct
device
*
_dev
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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