mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-11 09:47:00 +02:00
This option does not exist, so the code attached to it is not used. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
10 lines
178 B
C
10 lines
178 B
C
#ifndef __ASM_ARCH_GPIO_H
|
|
#define __ASM_ARCH_GPIO_H
|
|
|
|
#if defined(CONFIG_R8A7740)
|
|
#include "r8a7740-gpio.h"
|
|
void r8a7740_pinmux_init(void);
|
|
#endif
|
|
|
|
#endif /* __ASM_ARCH_GPIO_H */
|