projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
stm32mp1: Allow to activate CONFIG_DEBUG_UART
[oweals/u-boot.git]
/
arch
/
arm
/
mach-stm32mp
/
include
/
mach
/
ddr.h
1
/* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
2
/*
3
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
4
*/
5
6
#ifndef __MACH_STM32MP_DDR_H_
7
#define __MACH_STM32MP_DDR_H_
8
9
int board_ddr_power_init(void);
10
11
#endif