X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fpcs440ep%2Fconfig.mk;h=0844e98e855cce39850a7d7ec7b694d3ae23a88e;hb=9f07dedeb0f20108252a9af462f398a04709f1a3;hp=319c4fa214a491a37b7d49c860f5bf817d2492b8;hpb=e862ed1c22a9aa79835fc4b5f57b4261196a7fac;p=oweals%2Fu-boot.git diff --git a/board/pcs440ep/config.mk b/board/pcs440ep/config.mk index 319c4fa214..0844e98e85 100644 --- a/board/pcs440ep/config.mk +++ b/board/pcs440ep/config.mk @@ -25,6 +25,9 @@ # PCS440EP board # +# Check the U-Boot Image with a SHA1 checksum +ALL += $(obj)u-boot.sha1 + #TEXT_BASE = 0x00001000 ifeq ($(ramsym),1) @@ -40,5 +43,5 @@ PLATFORM_CPPFLAGS += -DDEBUG endif ifeq ($(dbcr),1) -PLATFORM_CPPFLAGS += -DCFG_INIT_DBCR=0x8cff0000 +PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000 endif