mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
7 lines
263 B
C
7 lines
263 B
C
|
/*
|
||
|
* 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 even if GPIO is not supported.
|
||
|
*/
|