]> git.baikalelectronics.ru Git - uboot.git/commit
spl: remove dependency to "asm/utils.h"
authorPaulo Zaneti <paulo.zaneti@datacom.ind.br>
Tue, 17 Jul 2018 19:15:46 +0000 (16:15 -0300)
committerTom Rini <trini@konsulko.com>
Tue, 24 Jul 2018 13:25:23 +0000 (09:25 -0400)
commit1a04cddf5179519d2103e969a82fb3ba4d8d0a21
treea81ed41505fb4e81c3c6b8faa369157d3142c362
parent1d5569672646af1c2d4afd86a63ee1aeb651c882
spl: remove dependency to "asm/utils.h"

Header file "asm/utils.h" is not required to compile "spl_ymodem.c".
So, removing this dependency allows other architectures to use this
booting device as "asm/utils.h" is only present in "arm" architecture.

Signed-off-by: Paulo Zaneti <paulo.zaneti@datacom.ind.br>
common/spl/spl_ymodem.c