Skip to content

Commit 3a154b2

Browse files
frantonysaschahauer
authored andcommitted
ARM: vexpress: make debug_ll work
The UART address from dtb is used. Signed-off-by: Antony Pavlov <[email protected]> Link: https://lore.barebox.org/[email protected] Signed-off-by: Sascha Hauer <[email protected]>
1 parent 462373c commit 3a154b2

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Diff for: include/mach/vexpress/debug_ll.h

+1-11
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,7 @@
77
#ifndef __MACH_VEXPRESS_DEBUG_LL_H__
88
#define __MACH_VEXPRESS_DEBUG_LL_H__
99

10-
#include <linux/amba/serial.h>
11-
#include <io.h>
12-
13-
#define DEBUG_LL_PHYS_BASE 0x10000000
14-
#define DEBUG_LL_PHYS_BASE_RS1 0x1c000000
15-
16-
#ifdef MP
17-
#define DEBUG_LL_UART_ADDR DEBUG_LL_PHYS_BASE
18-
#else
19-
#define DEBUG_LL_UART_ADDR DEBUG_LL_PHYS_BASE_RS1
20-
#endif
10+
#define DEBUG_LL_UART_ADDR 0x1c090000
2111

2212
#include <debug_ll/pl011.h>
2313

0 commit comments

Comments
 (0)