setup.sh: Fix J paths to match the new repo paths.

This fixes the kernel, u-boot and removes the device jump targets.

Change-Id: I4004d9f8fcd2924f84ce1ffedc5f679340aee670
diff --git a/setup.sh b/setup.sh
index 706482e..18c7790 100644
--- a/setup.sh
+++ b/setup.sh
@@ -107,9 +107,8 @@
 JUMP_TARGETS[host]="${HOST_OUT}"
 JUMP_TARGETS[root]="${ROOT_OUT}"
 JUMP_TARGETS[build]="${ROOTDIR}/build"
-JUMP_TARGETS[kernel]="${ROOTDIR}/hardware/bsp/kernel/nxp/imx-v4.9"
-JUMP_TARGETS[uboot]="${ROOTDIR}/hardware/bsp/bootloader/nxp/uboot-imx/"
-JUMP_TARGETS[device]="${ROOTDIR}/device/nxp/imx8m/"
+JUMP_TARGETS[kernel]="${ROOTDIR}/linux-imx/"
+JUMP_TARGETS[uboot]="${ROOTDIR}/uboot-imx/"
 
 function j
 {