Drop ROMCC code and header guards
Change-Id: I730f80afd8aad250f26534435aec24bea75a849c Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37334 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
parent
4f66cb9b28
commit
1cb9cd5798
35 changed files with 13 additions and 299 deletions
|
|
@ -55,7 +55,6 @@ unsigned char uart_rx_byte(int idx);
|
|||
|
||||
uintptr_t uart_platform_base(int idx);
|
||||
|
||||
#if !defined(__ROMCC__)
|
||||
static inline void *uart_platform_baseptr(int idx)
|
||||
{
|
||||
return (void *)uart_platform_base(idx);
|
||||
|
|
@ -100,6 +99,4 @@ static inline u8 __gdb_rx_byte(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* __ROMCC__ */
|
||||
|
||||
#endif /* CONSOLE_UART_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue