commit | 786ac51a48465da56f333652ec1d8b215bb272fe | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Dec 31 10:05:01 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Jan 06 09:46:51 2019 +0900 |
tree | e76aff2088162312d926c1bc445ab08f88ddb1a1 | |
parent | e9666d10a5677a494260d60d1fa0b73cc7646eb3 [diff] |
kbuild: remove UIMAGE_IN and UIMAGE_OUT The only/last user of UIMAGE_IN/OUT was removed by commit 4722a3e6b716 ("microblaze: fix multiple bugs in arch/microblaze/boot/Makefile"). The input and output should always be $< and $@. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>