diff options
Diffstat (limited to 'src/cpu/intel/slot_2')
-rw-r--r-- | src/cpu/intel/slot_2/Kconfig | 2 | ||||
-rw-r--r-- | src/cpu/intel/slot_2/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/intel/slot_2/Kconfig b/src/cpu/intel/slot_2/Kconfig index 026099fe36..18a5b276d2 100644 --- a/src/cpu/intel/slot_2/Kconfig +++ b/src/cpu/intel/slot_2/Kconfig @@ -14,7 +14,7 @@ ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## Foundation, Inc. ## config CPU_INTEL_SLOT_2 diff --git a/src/cpu/intel/slot_2/Makefile.inc b/src/cpu/intel/slot_2/Makefile.inc index a1c1223b26..4a84fa0e79 100644 --- a/src/cpu/intel/slot_2/Makefile.inc +++ b/src/cpu/intel/slot_2/Makefile.inc @@ -15,7 +15,7 @@ ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## Foundation, Inc. ## ramstage-y += slot_2.c |