X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=board%2Fsacsng%2Fclkinit.c;h=2a28037dc3da4e18ae0bebbf3a38a0a5908bc0fb;hb=ae12c751e5532904090c23f079e4b59160caef52;hp=4a7f362c5e3ab316b4a5352b28c9df33cec49a5a;hpb=6d0f6bcf337c5261c08fabe12982178c2c489d76;p=oweals%2Fu-boot.git diff --git a/board/sacsng/clkinit.c b/board/sacsng/clkinit.c index 4a7f362c5e..2a28037dc3 100644 --- a/board/sacsng/clkinit.c +++ b/board/sacsng/clkinit.c @@ -3,23 +3,7 @@ * Custom IDEAS, Inc. * Jon Diekema * - * See file CREDITS for list of people who contributed to this - * project. - * - * 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+ */ #include @@ -94,11 +78,11 @@ uint Daq_BRG_Get_Div16(uint brg) if (*brg_ptr & CPM_BRG_DIV16) { /* DIV16 active */ - return (TRUE); + return true; } else { /* DIV16 inactive */ - return (FALSE); + return false; } }