mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
057c220055
gpio.h - Added missing copyright in few files. rsa-mod-exp.h - Corrected copyright in the file. fsl_sec.h - Added missing license in files drivers/crypto/fsl/Makefile - Removed the incomplete GPLv2 license and replaced it with GPLv2+ license Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
17 lines
408 B
C
17 lines
408 B
C
/*
|
|
* Copyright 2014 Freescale Semiconductor, Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
/*
|
|
* Dummy header file to enable CONFIG_OF_CONTROL.
|
|
* If CONFIG_OF_CONTROL is enabled, lib/fdtdec.c is compiled.
|
|
* It includes <asm/arch/gpio.h> via <asm/gpio.h>, so those SoCs that enable
|
|
* OF_CONTROL must have arch/gpio.h.
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_LS102XA_GPIO_H_
|
|
#define __ASM_ARCH_LS102XA_GPIO_H_
|
|
|
|
#endif
|