diff options
Diffstat (limited to 'board/pcs440ep/config.mk')
-rw-r--r-- | board/pcs440ep/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pcs440ep/config.mk b/board/pcs440ep/config.mk index 23631c510b8..f560ec639f2 100644 --- a/board/pcs440ep/config.mk +++ b/board/pcs440ep/config.mk @@ -26,7 +26,7 @@ # # Check the U-Boot Image with a SHA1 checksum -ALL += $(obj)u-boot.sha1 +ALL-y += $(obj)u-boot.sha1 PLATFORM_CPPFLAGS += -DCONFIG_440=1 |