Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
u-boot-stm32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sami Nurmenniemi
u-boot-stm32
Commits
189d4c3b
Commit
189d4c3b
authored
Jan 01, 2017
by
Yuri Tikhonov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RM-1130 stm qspi: make output more informative and consistent
Signed-off-by:
Yuri Tikhonov
<
yur@emcraft.com
>
parent
80c451d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
drivers/mtd/stm32_qspi.c
drivers/mtd/stm32_qspi.c
+2
-1
No files found.
drivers/mtd/stm32_qspi.c
View file @
189d4c3b
...
...
@@ -519,7 +519,8 @@ int stm32_qspi_init(void)
switch_to_memory_mapped
(
stm32_qspi
);
printf
(
"%s: mapped QSPI to 0x%x
\n
"
,
__func__
,
STM32_QSPI_BANK
);
printf
(
"QSPI: %d MB mapped at 0x%x
\n
"
,
1
<<
(
CONFIG_SPI_FLASH_SIZE_OFF
-
20
),
STM32_QSPI_BANK
);
return
0
;
}
...
...
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