image: remove spaces from toupper function

The extra prefix space is passed to the caller.

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38855 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Luka Perkov 2013-11-18 22:23:38 +00:00
parent 0aabd7a6fb
commit 1b9673d79a
1 changed files with 1 additions and 1 deletions

View File

@ -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