summaryrefslogtreecommitdiff
path: root/arch/blackfin/cpu/start.S
diff options
context:
space:
mode:
authorSonic Zhang <sonic.zhang@analog.com>2013-04-07 11:04:14 (GMT)
committerSonic Zhang <sonic.zhang@analog.com>2013-05-13 08:30:26 (GMT)
commit9d803fc8125a3528f700da9064d1bfa3fbc56b13 (patch)
tree21da32fcbfda9298bd5403e3a7ea140caf178f38 /arch/blackfin/cpu/start.S
parente9a389a18477c1c57a0b30e9ea8f4d38c6e26e63 (diff)
downloadu-boot-9d803fc8125a3528f700da9064d1bfa3fbc56b13.tar.xz
blackfin: Move blackfin serial driver out of blackfin arch folder.
- Move blackfin serial driver to the generic driver folder. - Move blackfin serial headers to blackfin arch head folder. - Update the include path to blackfin serial header in start up code. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'arch/blackfin/cpu/start.S')
-rw-r--r--arch/blackfin/cpu/start.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/blackfin/cpu/start.S b/arch/blackfin/cpu/start.S
index 1c6ae35..da084a8 100644
--- a/arch/blackfin/cpu/start.S
+++ b/arch/blackfin/cpu/start.S
@@ -35,8 +35,7 @@
#include <asm/mach-common/bits/watchdog.h>
#include <asm/mach-common/bits/core.h>
#include <asm/mach-common/bits/pll.h>
-
-#include "serial.h"
+#include <asm/serial.h>
/* It may seem odd that we make calls to functions even though we haven't
* relocated ourselves yet out of {flash,ram,wherever}. This is OK because