[Buildroot] [git commit] linux: Rename blackfin kernel Image file from vmImage back to uImage
From: Thomas Petazzoni <hidden>
Date: 2012-08-11 18:03:32
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Thomas Petazzoni <hidden>
Date: 2012-08-11 18:03:32
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: http://git.buildroot.net/buildroot/commit/?id=1f299105e7a82f7b1f76bdff15fd0413e6fac4fc branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Consist with other architectures. Signed-off-by: Sonic Zhang <redacted> Signed-off-by: Thomas Petazzoni <redacted> --- linux/linux.mk | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/linux/linux.mk b/linux/linux.mk
index 5365d5f..c4bdf90 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk@@ -69,12 +69,7 @@ ifeq ($(BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM),y) LINUX_IMAGE_NAME=$(call qstrip,$(BR2_LINUX_KERNEL_IMAGE_TARGET_NAME)) else ifeq ($(BR2_LINUX_KERNEL_UIMAGE),y) -ifeq ($(KERNEL_ARCH),blackfin) -# a uImage, but with a different file name -LINUX_IMAGE_NAME=vmImage -else LINUX_IMAGE_NAME=uImage -endif else ifeq ($(BR2_LINUX_KERNEL_APPENDED_UIMAGE),y) LINUX_IMAGE_NAME=uImage else ifeq ($(BR2_LINUX_KERNEL_BZIMAGE),y)