src: Add missing include <stdint.h>
Change-Id: Idf10a09745756887a517da4c26db7a90a1bf9543 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29403 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
1956a00953
commit
c4e4193715
42 changed files with 90 additions and 3 deletions
|
|
@ -15,6 +15,8 @@
|
|||
#ifndef AM335X_UART_H
|
||||
#define AM335X_UART_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define AM335X_UART0_BASE 0x44e09000
|
||||
#define AM335X_UART1_BASE 0x48020000
|
||||
#define AM335X_UART2_BASE 0x48024000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue