Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3f49e42 authored by Clément Peron's avatar Clément Peron Committed by Florian Fainelli
Browse files

ARM: debug: fix BCM2836 order entry



Entries are sorted by their address value, except the BCM2836/KONA
which are not in the proper order.

Signed-off-by: default avatarClément Peron <clement.peron@devialet.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 295898ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1580,8 +1580,8 @@ config DEBUG_UART_PHYS
	default 0x20064000 if DEBUG_RK29_UART1 || DEBUG_RK3X_UART2
	default 0x20068000 if DEBUG_RK29_UART2 || DEBUG_RK3X_UART3
	default 0x20201000 if DEBUG_BCM2835
	default 0x3f201000 if DEBUG_BCM2836
	default 0x3e000000 if DEBUG_BCM_KONA_UART
	default 0x3f201000 if DEBUG_BCM2836
	default 0x4000e400 if DEBUG_LL_UART_EFM32
	default 0x40028000 if DEBUG_AT91_SAMV7_USART1
	default 0x40081000 if DEBUG_LPC18XX_UART0