X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fspi%2Fich.c;h=f5c6f3e7d29071704cd8baa541f88808d5cbfabb;hb=94b972d366c29b92319865e3ded16da062aa8507;hp=8865df5bef260aeba723550305ae879159247a3f;hpb=5e6fb69778fa41e685add00b73ed5f22c7a96166;p=u-boot diff --git a/drivers/spi/ich.c b/drivers/spi/ich.c index 8865df5bef..f5c6f3e7d2 100644 --- a/drivers/spi/ich.c +++ b/drivers/spi/ich.c @@ -1,20 +1,7 @@ /* * Copyright (c) 2011-12 The Chromium OS Authors. * - * 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 the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but without any warranty; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * 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., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier: GPL-2.0+ * * This file is derived from the flashrom project. */ @@ -455,7 +442,7 @@ static int spi_setup_offset(struct spi_trans *trans) /* * Wait for up to 6s til status register bit(s) turn 1 (in case wait_til_set - * below is True) or 0. In case the wait was for the bit(s) to set - write + * below is true) or 0. In case the wait was for the bit(s) to set - write * those bits back, which would cause resetting them. * * Return the last read status value on success or -1 on failure.