aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-07-28 22:59:24 +0200
committerKarel Kočí <cynerd@email.cz>2015-08-12 10:22:55 +0200
commit85b80af997abba8445fe7944095da268a3b0bf77 (patch)
treee423b7c070f2c4adf237196ca0acd0a99989681d /conf.py
parent3457820595c750f30ea810f2ab1dc717d12744c0 (diff)
downloadlinux-conf-perf-85b80af997abba8445fe7944095da268a3b0bf77.tar.gz
linux-conf-perf-85b80af997abba8445fe7944095da268a3b0bf77.tar.bz2
linux-conf-perf-85b80af997abba8445fe7944095da268a3b0bf77.zip
Fix linux image name
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 70ef28f..110f893 100644
--- a/conf.py
+++ b/conf.py
@@ -89,7 +89,7 @@ dot_config = 'dot_config'
linux_sources = 'linux/'
linux_kconfig_head = linux_sources + 'Kconfig'
linux_dot_config = linux_sources + '.config'
-linux_image = linux_sources + 'arch/' + kernel_arch + '/boot/bzImage'
+linux_image = linux_sources + 'arch/' + kernel_arch + '/boot/uImage'
buildroot_def_config = 'buildroot_recipe/buildroot.def.config'
buildroot_inittab_directive = 'buildroot_recipe/inittab_directive'