]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: generic: Fix NI 169445 its build
authorJames Hogan <jhogan@kernel.org>
Tue, 31 Oct 2017 21:41:07 +0000 (21:41 +0000)
committerJames Hogan <jhogan@kernel.org>
Tue, 31 Oct 2017 22:55:44 +0000 (22:55 +0000)
commit7a7ddecb5e459f4dbc2f4919e4c9f4ff2b3a2d85
treea6c7aab124c5ce200abef574e622311f8879f5fb
parent3b9519dfdeb13defed51d725bbbc2179111491b4
MIPS: generic: Fix NI 169445 its build

Since commit 2b2ad27c605d ("MIPS: generic: Move NI 169445 FIT image
source to its own file"), a generic 32r2el_defconfig kernel fails to
build with the following build error:

  ITB     arch/mips/boot/vmlinux.gz.itb
Error: arch/mips/boot/vmlinux.gz.its:111.1-2 syntax error
FATAL ERROR: Unable to parse input tree
mkimage Can't read arch/mips/boot/vmlinux.gz.itb.tmp: Invalid argument

Fix arch/mips/generic/board-ni169445.its.S to include the necessary "/"
node path before the first open brace.

The original issue in arch/mips/generic/vmlinux.its.S was fixed directly
in the original commit 14d30dcff32e ("MIPS: NI 169445 board support")
after https://patchwork.linux-mips.org/patch/16941/ was submitted, but
the separate its.S file wasn't correctly fixed when resolving the
conflict in commit 2b2ad27c605d ("MIPS: generic: Move NI 169445 FIT
image source to its own file").

Fixes: 2b2ad27c605d ("MIPS: generic: Move NI 169445 FIT image source to its own file")
Signed-off-by: James Hogan <jhogan@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Burton <paul.burton@mips.com>
Cc: Nathan Sullivan <nathan.sullivan@ni.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/17561/
Signed-off-by: James Hogan <jhogan@kernel.org>
arch/mips/generic/board-ni169445.its.S