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
baf09a4c
Commit
baf09a4c
authored
Jul 08, 2009
by
Kevin Hilman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
davinci: da830: updates for mach-type name change
Signed-off-by:
Kevin Hilman
<
khilman@deeprootsystems.com
>
parent
9eb7115b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
arch/arm/mach-davinci/board-da830-evm.c
arch/arm/mach-davinci/board-da830-evm.c
+1
-1
arch/arm/mach-davinci/include/mach/debug-macro.S
arch/arm/mach-davinci/include/mach/debug-macro.S
+1
-1
arch/arm/mach-davinci/include/mach/uncompress.h
arch/arm/mach-davinci/include/mach/uncompress.h
+1
-1
No files found.
arch/arm/mach-davinci/board-da830-evm.c
View file @
baf09a4c
...
...
@@ -116,7 +116,7 @@ static void __init da830_evm_map_io(void)
da830_init
();
}
MACHINE_START
(
DAVINCI_DA8
XX
_EVM
,
"DaVinci DA830/OMAP L137 EVM"
)
MACHINE_START
(
DAVINCI_DA8
30
_EVM
,
"DaVinci DA830/OMAP L137 EVM"
)
.
phys_io
=
IO_PHYS
,
.
io_pg_offst
=
(
__IO_ADDRESS
(
IO_PHYS
)
>>
18
)
&
0xfffc
,
.
boot_params
=
(
DA8XX_DDR_BASE
+
0x100
),
...
...
arch/arm/mach-davinci/include/mach/debug-macro.S
View file @
baf09a4c
...
...
@@ -26,7 +26,7 @@
movne
\
rx
,
#
0xfe000000
@
virtual
base
#if defined(CONFIG_ARCH_DAVINCI_DA8XX) && defined(CONFIG_ARCH_DAVINCI_DMx)
#error Cannot enable DaVinci and DA8XX platforms concurrently
#elif defined(CONFIG_MACH_DAVINCI_DA8
XX
_EVM)
#elif defined(CONFIG_MACH_DAVINCI_DA8
30
_EVM)
orr
\
rx
,
\
rx
,
#
0x00d00000
@
physical
base
address
orr
\
rx
,
\
rx
,
#
0x0000d000
@
of
UART
2
#else
...
...
arch/arm/mach-davinci/include/mach/uncompress.h
View file @
baf09a4c
...
...
@@ -21,7 +21,7 @@ static u32 *uart;
static
u32
*
get_uart_base
(
void
)
{
if
(
__machine_arch_type
==
MACH_TYPE_DAVINCI_DA8
XX
_EVM
)
if
(
__machine_arch_type
==
MACH_TYPE_DAVINCI_DA8
30
_EVM
)
return
(
u32
*
)
DA8XX_UART2_BASE
;
else
return
(
u32
*
)
DAVINCI_UART0_BASE
;
...
...
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