summaryrefslogtreecommitdiff
path: root/board/davinci
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-13 03:28:40 (GMT)
committerTom Rini <trini@ti.com>2014-11-23 11:49:02 (GMT)
commit165ecd26f036b1952dbf25823fbff7c0a403a29f (patch)
tree8fdcc3673d5717bfec06c823348db9d3e1338d2f /board/davinci
parentbe25d875b924cbd50d49fd9f343e70d86b7ad7e0 (diff)
downloadu-boot-165ecd26f036b1952dbf25823fbff7c0a403a29f.tar.xz
kbuild: Descend into SOC directory from CPU directory
Some CPUs of some architectures have SOC directories. At present, the build system directly descends into SOC directories from the top Makefile, but it should generally descend into each directory from its parent directory. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/davinci')
-rw-r--r--board/davinci/da8xxevm/u-boot-spl-hawk.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/davinci/da8xxevm/u-boot-spl-hawk.lds b/board/davinci/da8xxevm/u-boot-spl-hawk.lds
index 682f268..5c629db 100644
--- a/board/davinci/da8xxevm/u-boot-spl-hawk.lds
+++ b/board/davinci/da8xxevm/u-boot-spl-hawk.lds
@@ -20,7 +20,7 @@ SECTIONS
{
*(.vectors)
arch/arm/cpu/arm926ejs/start.o (.text*)
- arch/arm/cpu/arm926ejs/davinci/built-in.o (.text*)
+ arch/arm/cpu/arm926ejs/built-in.o (.text*)
drivers/mtd/nand/built-in.o (.text*)
*(.text*)