mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Merge "board: ipq5332: Change tzlog compatible in ATF boot"
This commit is contained in:
commit
8fc141818d
1 changed files with 5 additions and 0 deletions
|
|
@ -1195,6 +1195,11 @@ void bring_phy_out_of_reset(void)
|
|||
qca808x_phy_reset_init_done();
|
||||
}
|
||||
|
||||
void fdt_fixup_for_atf(void *blob)
|
||||
{
|
||||
parse_fdt_fixup("/qti,tzlog/%compatible%?qti,tzlog",blob);
|
||||
}
|
||||
|
||||
void ipq5332_eth_initialize(void)
|
||||
{
|
||||
eth_clock_init();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue