diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-05-07 01:11:14 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-05-08 21:37:36 +0200 |
commit | 2e78aa5a78d67d8bd5ef90bb89d01fc82faadc8a (patch) | |
tree | 6f7200ed0eb15dfa5f441e23db0bed0ed2a06183 /util/sconfig/sconfig.l | |
parent | 66fbeaec981707fa74e7296b0ef23d802dcfedea (diff) | |
download | coreboot-2e78aa5a78d67d8bd5ef90bb89d01fc82faadc8a.tar.xz |
util/sconfig: Fix warnings
and re-generate _shipped files
Change-Id: I7a18824d64d3f6212e8566695376bf97e2196ee2
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/14733
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'util/sconfig/sconfig.l')
-rwxr-xr-x | util/sconfig/sconfig.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sconfig/sconfig.l b/util/sconfig/sconfig.l index 1ce616c43a..dad574e294 100755 --- a/util/sconfig/sconfig.l +++ b/util/sconfig/sconfig.l @@ -3,7 +3,7 @@ * sconfig, coreboot device tree compiler * * Copyright (C) 2010 coresystems GmbH - * written by Patrick Georgi <patrick.georgi@coresystems.de> + * written by Patrick Georgi <patrick@georgi-clan.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |