]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: s3c64xx: use common debug-ll implementation
authorArnd Bergmann <arnd@arndb.de>
Fri, 25 Jul 2014 15:11:24 +0000 (17:11 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 1 Dec 2015 20:50:25 +0000 (21:50 +0100)
commitbb08dea1a0d092701dcf739bb8db1ef8aa5f6d14
treee0a6f2d62ea70409322e84acf6f6c2ac55c459ca
parenta829ae57f8b17bbebc7b9b2cbec99686b88a9e25
ARM: s3c64xx: use common debug-ll implementation

The uart on s3c64xx is essentially the same as on s3c24xx,
so we can share a single assembler file. However, the addresses
are different, and we need to add the respective Kconfig magic
to get the right addresses.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig.debug
arch/arm/mach-s3c64xx/include/mach/debug-macro.S [deleted file]