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
5065c71d
Commit
5065c71d
authored
Jul 05, 2011
by
Nicolas Pitre
Committed by
Nicolas Pitre
Jul 18, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: mach-h720x: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
Signed-off-by:
Nicolas Pitre
<
nicolas.pitre@linaro.org
>
parent
f68deabf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
+2
-7
arch/arm/mach-h720x/h7201-eval.c
arch/arm/mach-h720x/h7201-eval.c
+1
-0
arch/arm/mach-h720x/h7202-eval.c
arch/arm/mach-h720x/h7202-eval.c
+1
-0
arch/arm/mach-h720x/include/mach/memory.h
arch/arm/mach-h720x/include/mach/memory.h
+0
-7
No files found.
arch/arm/mach-h720x/h7201-eval.c
View file @
5065c71d
...
...
@@ -33,4 +33,5 @@ MACHINE_START(H7201, "Hynix GMS30C7201")
.
map_io
=
h720x_map_io
,
.
init_irq
=
h720x_init_irq
,
.
timer
=
&
h7201_timer
,
.
dma_zone_size
=
SZ_256M
,
MACHINE_END
arch/arm/mach-h720x/h7202-eval.c
View file @
5065c71d
...
...
@@ -76,4 +76,5 @@ MACHINE_START(H7202, "Hynix HMS30C7202")
.
init_irq
=
h7202_init_irq
,
.
timer
=
&
h7202_timer
,
.
init_machine
=
init_eval_h7202
,
.
dma_zone_size
=
SZ_256M
,
MACHINE_END
arch/arm/mach-h720x/include/mach/memory.h
View file @
5065c71d
...
...
@@ -8,11 +8,4 @@
#define __ASM_ARCH_MEMORY_H
#define PLAT_PHYS_OFFSET UL(0x40000000)
/*
* This is the maximum DMA address that can be DMAd to.
* There should not be more than (0xd0000000 - 0xc0000000)
* bytes of RAM.
*/
#define ARM_DMA_ZONE_SIZE SZ_256M
#endif
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