Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sami Nurmenniemi
u-boot-stm32
Commits
49ffefb9
Commit
49ffefb9
authored
Oct 06, 2011
by
Sergei Poselenov
Browse files
Merge branch 'master' of ocean:/SR/git/A2F/u-boot
parents
f1843375
5b59d7fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
board/stm/stm3220g-eval/board.c
View file @
49ffefb9
...
...
@@ -42,8 +42,8 @@
* - these timings used both for read & write accesses (not-extended
* mode - WTR register isn't used).
*/
# if
(!
!defined(CONFIG_SYS_RAM_CS)
+
!
!defined(CONFIG_SYS_FSMC_BCR)
+
\
!
!defined(CONFIG_SYS_FSMC_BTR)
!= 3)
# if !defined(CONFIG_SYS_RAM_CS)
||
!defined(CONFIG_SYS_FSMC_BCR)
||
\
!defined(CONFIG_SYS_FSMC_BTR)
# warning "Incorrect FSMC configuration. Using defaults."
# undef CONFIG_SYS_RAM_CS
# undef CONFIG_SYS_FSMC_BCR
...
...
@@ -56,7 +56,7 @@
STM32F2_FSMC_BCR_MBKEN)
# define CONFIG_SYS_FSMC_BTR (1 << STM32F2_FSMC_BTR_BUSTURN_BIT) | \
(2 << STM32F2_FSMC_BTR_DATAST_BIT)
# endif
# endif
/* !CONFIG_SYS_RAM_CS || !CONFIG_SYS_FSMC_BCR || !CONFIG_SYS_FSMC_BTR */
#endif
/* CONFIG_NR_DRAM_BANKS */
/*
...
...
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