]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Makefile
Makefile: Unify condition for mpc85xx reset vector
authorPali Rohár <pali@kernel.org>
Wed, 3 Aug 2022 21:56:55 +0000 (23:56 +0200)
committerMarek Behún <kabel@kernel.org>
Fri, 16 Sep 2022 15:39:42 +0000 (17:39 +0200)
commite507be9ac62a44e6a796bb6272c6b43fb4b7fb50
treea46ea8a97491c4f3a730a407c529e9adbdf0a615
parent5af42eafd7e132ba36740e6438ee5e6fac2062ae
Makefile: Unify condition for mpc85xx reset vector

Use 'CONFIG_MPC85XX_HAVE_RESET_VECTOR && CONFIG_OF_SEPARATE' pattern
instead of 'CONFIG_MPC85XX_HAVE_RESET_VECTOR && !CONFIG_OF_EMBED' also in
OBJCOPYFLAGS_u-boot-nodtb.bin as this pattern is used in rest of Makefile.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Marek Behún <kabel@kernel.org>
Makefile