[Buildroot] [git commit] linux: Rename blackfin kernel Image file from vmImage back to uImage

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 11 18:03:32 UTC 2012


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 <sonic.zhang at analog.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 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)


More information about the buildroot mailing list