[U-Boot] [PATCH 18/20] Add Chrome OS config header

thomas.langer at lantiq.com thomas.langer at lantiq.com
Thu Feb 26 10:15:46 CET 2015


Hello Stephen,

>> diff --git a/include/configs/chromeos.h b/include/configs/chromeos.h
>> 
>> +/* Stringify a token */
>> +#ifndef STRINGIFY
>> +#define _STRINGIFY(x)	#x
>> +#define STRINGIFY(x)	_STRINGIFY(x)
>> +#endif
> 
> Shouldn't that be in some common header so it isn't ever duplicated?
> 
U-Boot has already __stringify(), so this should not be necessary at all.

Best Regards,
Thomas



More information about the U-Boot mailing list