mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
board/vpac270/onenand.c: Fix build errors
Building for vpac270_ond_256 configuration fails: arch/arm/lib/libarm.o: In function `icache_disable': /home/ag/git/u-boot/arch/arm/lib/cache-cp15.c:156: multiple definition of `icache_disable' board/vpac270/libvpac270.o:/home/ag/git/u-boot/board/vpac270/onenand.c:65: first defined here arch/arm/lib/libarm.o: In function `dcache_disable': /home/ag/git/u-boot/arch/arm/lib/cache-cp15.c:188: multiple definition of `dcache_disable' board/vpac270/libvpac270.o:/home/ag/git/u-boot/board/vpac270/onenand.c:66: first defined here make[1]: *** [/home/ag/git/u-boot/spl/u-boot-spl] Error 1 Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Marek Vasut <marek.vasut@gmail.com> Acked-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
b39643b72c
commit
4af7692026
1 changed files with 0 additions and 3 deletions
|
@ -60,6 +60,3 @@ void __attribute__((noreturn)) hang(void)
|
|||
for (;;)
|
||||
;
|
||||
}
|
||||
|
||||
void icache_disable(void) {}
|
||||
void dcache_disable(void) {}
|
||||
|
|
Loading…
Add table
Reference in a new issue