Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
579c1256
Commit
579c1256
authored
Mar 11, 2020
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
Mar 11, 2020
Browse files
Merge "plat: imx8mm: provide uart base as build option" into integration
parents
2f006b2c
60a23af2
Changes
2
Hide whitespace changes
Inline
Side-by-side
plat/imx/imx8m/imx8mm/include/platform_def.h
View file @
579c1256
...
...
@@ -47,7 +47,6 @@
#define HAB_RVT_BASE U(0x00000900)
/* HAB_RVT for i.MX8MM */
#define IMX_BOOT_UART_BASE U(0x30890000)
#define IMX_BOOT_UART_CLK_IN_HZ 24000000
/* Select 24MHz oscillator */
#define PLAT_CRASH_UART_BASE IMX_BOOT_UART_BASE
...
...
plat/imx/imx8m/imx8mm/platform.mk
View file @
579c1256
...
...
@@ -51,3 +51,6 @@ $(eval $(call add_define,BL32_BASE))
BL32_SIZE
?=
0x2000000
$(eval
$(call
add_define,BL32_SIZE))
IMX_BOOT_UART_BASE
?=
0x30890000
$(eval
$(call
add_define,IMX_BOOT_UART_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