mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Moved the clock header files into include folder to escape from relative paths. Change-Id: I776141741296e1138e45efb069479a0e26b4855c Signed-off-by: Ajay Kishore <akisho@codeaurora.org>
23 lines
663 B
C
23 lines
663 B
C
/*
|
|
* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
#include <common.h>
|
|
#include <asm/arch-ipq807x/clk.h>
|
|
|
|
#ifdef CONFIG_IPQ807x_I2C
|
|
void i2c_clock_config(void)
|
|
{
|
|
return;
|
|
}
|
|
#endif
|
|
|