diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-16 19:03:55 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-17 02:20:12 +0200 |
commit | dc112e3515647f17b92ce5205041e03dd53096ef (patch) | |
tree | 3479298f7e1479f65521e2762fe53a261b4c6d29 /src/cpu/amd/geode_gx2 | |
parent | 29794b7ad744ea8b2a8b91e2e31a90c599971f5b (diff) |
cpu,Makefile.inc: Trivial - drop trailing blank lines at EOF
Change-Id: I7e8866d76d7f286e10160d7dc4f21f01a913bfee
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6286
Tested-by: build bot (Jenkins)
Reviewed-by: Idwer Vollering <vidwer@gmail.com>
Diffstat (limited to 'src/cpu/amd/geode_gx2')
-rw-r--r-- | src/cpu/amd/geode_gx2/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/amd/geode_gx2/Makefile.inc b/src/cpu/amd/geode_gx2/Makefile.inc index d8a4faf1f6..751192619a 100644 --- a/src/cpu/amd/geode_gx2/Makefile.inc +++ b/src/cpu/amd/geode_gx2/Makefile.inc @@ -12,4 +12,3 @@ cbfs-files-$(CONFIG_GEODE_VSA_FILE) += vsa vsa-file = $(call strip_quotes,$(CONFIG_VSA_FILENAME)):vsa vsa-type = stage vsa-required = VSA binary (binary and MASM source code available in coreboot/3rdparty repository) - |