commit | 0ddb82671cae52571e92b7b22cf088939d887d50 | [log] [tgz] |
---|---|---|
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | Tue Jun 17 18:37:08 2014 +1000 |
committer | Patrick Georgi <patrick@georgi-clan.de> | Wed Jun 25 11:32:25 2014 +0200 |
tree | b091186d484edea1ab137eeef1ceebc4f45db941 | |
parent | 6c99250c3fb97ccaa03d4f0c158caffdc53ff995 [diff] |
src/console: Sanitize headers and IS_ENABLED usage Alphabetise headers and remove any #if CONFIG_ guards around them. Use #if IS_ENABLED(CONFIG_FOO) over #if CONFIG_FOO where applicable. Change-Id: I2a616bcfb8470a1fa21c9e26271e81cca835272a Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6057 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>