image: remove spaces from toupper function

The extra prefix space is passed to the caller.

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

SVN-Revision: 38855
v19.07.3_mercusys_ac12_duma
Luka Perkov 11 years ago
parent 03fcc9bf43
commit fbe8d27c7f

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

Loading…
Cancel
Save