summaryrefslogtreecommitdiff
path: root/strata/bsp-jetson-devel/linux-jetson-tk1.morph
diff options
context:
space:
mode:
authorJames Thomas <james@seriousinternetbusiness.com>2014-10-26 10:07:38 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-10-26 14:50:27 +0000
commitc1074900f65d82578d2db5198fac06891534d799 (patch)
tree4afde86f66b9bc2e3b520763d31426fcfebc9825 /strata/bsp-jetson-devel/linux-jetson-tk1.morph
parent1acf6ef0f2ad1bf020c5d32c19fb410867060267 (diff)
downloaddefinitions-c1074900f65d82578d2db5198fac06891534d799.tar.gz
Use the same kernel and u-boot for all jetson systemsbaserock/james/jetson-unified-kernel
Diffstat (limited to 'strata/bsp-jetson-devel/linux-jetson-tk1.morph')
-rw-r--r--strata/bsp-jetson-devel/linux-jetson-tk1.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/strata/bsp-jetson-devel/linux-jetson-tk1.morph b/strata/bsp-jetson-devel/linux-jetson-tk1.morph
index 3494f62b..f1cc227f 100644
--- a/strata/bsp-jetson-devel/linux-jetson-tk1.morph
+++ b/strata/bsp-jetson-devel/linux-jetson-tk1.morph
@@ -1,7 +1,7 @@
name: linux-jetson-tk1
kind: chunk
configure-commands:
-- make ARCH=arm tegra12_defconfig
+- make ARCH=arm tegra_defconfig
- scripts/config -d KERNEL_LZO
- scripts/config -e KERNEL_GZIP
- scripts/config -e NAMESPACES
@@ -50,4 +50,4 @@ build-commands:
install-commands:
- mkdir -p "$DESTDIR"/boot
- cp arch/arm/boot/zImage "$DESTDIR"/boot/zImage
-- cp arch/arm/boot/dts/tegra124-pm375.dtb "$DESTDIR"/boot/.
+- cp arch/arm/boot/dts/tegra124-jetson-tk1.dtb "$DESTDIR"/boot/.