]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
karo: config: prevent conversion of numerical value '1' in header files to 'y' by...
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 9 Jan 2015 11:19:25 +0000 (12:19 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 9 Jan 2015 12:08:02 +0000 (13:08 +0100)
commitd717b5e449e2ee11c2624944704c61085e80b5af
tree1d92494fd1f0deb12008c538e51b93e0603fa2ce
parentcce4dee35eced4de9217a21bb7a6055205d759d6
karo: config: prevent conversion of numerical value '1' in header files to 'y' by define2mk.sed

The script 'tools/scripts/define2mk.sed' converts all defines with the
value '1' to 'y' to facilitate conditional compilation in Makefiles.
Prepend a '0x' prefix to values of '1' which should be kept as
numbers.
include/configs/tx28.h
include/configs/tx48.h
include/configs/tx51.h
include/configs/tx53.h
include/configs/tx6.h