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
aefebcc3
Commit
aefebcc3
authored
May 08, 2014
by
danh-arm
Browse files
Merge pull request #57 from sandrine-bailleux/sb/remove-pl011-base
Remove unused 'PL011_BASE' macro
parents
e404d7f4
31bce47e
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/drivers/arm/pl011.h
View file @
aefebcc3
...
...
@@ -78,10 +78,6 @@
#define PL011_UARTCR_LBE (1 << 7)
/* Loopback enable */
#define PL011_UARTCR_UARTEN (1 << 0)
/* UART Enable */
#if !defined(PL011_BASE)
#error "The PL011_BASE macro must be defined."
#endif
#if !defined(PL011_BAUDRATE)
#define PL011_BAUDRATE 115200
#endif
...
...
plat/fvp/platform.h
View file @
aefebcc3
...
...
@@ -298,7 +298,6 @@
#define PL011_UART1_BASE 0x1c0a0000
#define PL011_UART2_BASE 0x1c0b0000
#define PL011_UART3_BASE 0x1c0c0000
#define PL011_BASE PL011_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