Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Marcin Niestroj | 0762392 | 2017-01-25 09:53:07 +0100 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2017 Grinn |
Marcin Niestroj | 0762392 | 2017-01-25 09:53:07 +0100 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef __ARCH_ARM_MACH_CHILISOM_SOM_H__ |
| 7 | #define __ARCH_ARM_MACH_CHILISOM_SOM_H__ |
| 8 | |
Tom Rini | e1e8544 | 2021-08-27 21:18:30 -0400 | [diff] [blame] | 9 | #if !CONFIG_IS_ENABLED(SKIP_LOWLEVEL_INIT) |
Marcin Niestroj | 0762392 | 2017-01-25 09:53:07 +0100 | [diff] [blame] | 10 | void chilisom_enable_pin_mux(void); |
| 11 | void chilisom_spl_board_init(void); |
| 12 | #endif |
| 13 | |
| 14 | #endif |