]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
autoconfig.mk: avoid apostophes around hex values
authorWolfgang Denk <wd@denx.de>
Sat, 16 Oct 2010 21:50:51 +0000 (23:50 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 18 Oct 2010 20:08:22 +0000 (22:08 +0200)
commit2bad5df7274dd2802ba9526ea7218e9c09d3f89c
treeb61afb1d857bc1e626bbb32be6817f41a056d803
parent14d0a02a168b36e87665b8d7f42fa3e88263d26d
autoconfig.mk: avoid apostophes around hex values

When generating include/autoconfig.mk, hex numbers would be quoted.
This caused some false positives during automatic testing of the
builds, and is known to cause some real issues for some Blackfin
configurations. Don't use apostophes for decimal and hex numbers (nor
for octal numbers).

Signed-off-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
tools/scripts/define2mk.sed