mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 15:33:55 +01:00
ipq40xx: enable dcache support
Change-Id: Ia005bf94a2d4852c109eea52cc45d0e36ff2e7f2 Signed-off-by: Sasirekaa Madhesu <smadhesu@codeaurora.org>
This commit is contained in:
parent
88cbba86db
commit
f79446c62a
1 changed files with 2 additions and 0 deletions
|
|
@ -484,11 +484,13 @@ unsigned int get_smem_spi_addr_len(void)
|
|||
void enable_caches(void)
|
||||
{
|
||||
icache_enable();
|
||||
dcache_enable();
|
||||
}
|
||||
|
||||
void disable_caches(void)
|
||||
{
|
||||
icache_disable();
|
||||
dcache_disable();
|
||||
}
|
||||
|
||||
unsigned int get_dts_machid(unsigned int machid)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue