From fbe8d27c7f086908e3db69e055e0fec330d17495 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Mon, 18 Nov 2013 22:23:38 +0000 Subject: [PATCH] image: remove spaces from toupper function The extra prefix space is passed to the caller. Signed-off-by: Luka Perkov SVN-Revision: 38855 --- include/image.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/image.mk b/include/image.mk index aa565951a9..bc7e7dbd1b 100644 --- a/include/image.mk +++ b/include/image.mk @@ -68,7 +68,7 @@ define add_jffs2_mark endef define toupper - $(shell echo $(1) | tr '[:lower:]' '[:upper:]') +$(shell echo $(1) | tr '[:lower:]' '[:upper:]') endef # pad to 4k, 8k, 64k, 128k 256k and add jffs2 end-of-filesystem mark -- 2.30.2