exynos: de-duplicate UART header content

Some header content got duplicated during the initial porting
effort. This moves generic UART header stuff to exynos5-common
and leaves exynos5250 #defines in the AP-specific UART header.

Change-Id: Ifb6289d7b9dc26c76ae4dfcf511590b3885715a3
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/2285
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
David Hendricks
2013-02-04 20:40:47 -08:00
committed by Stefan Reinauer
parent 543a682458
commit 4c2aafe586
3 changed files with 5 additions and 40 deletions

View File

@ -31,7 +31,7 @@
#endif
#if CONFIG_CPU_SAMSUNG_EXYNOS5
#include <cpu/samsung/exynos5250/uart.h>
#include <cpu/samsung/exynos5-common/uart.h>
#endif
#ifndef __ROMCC__