X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fkaro%2Ftx53%2Fconfig.mk;h=55eb15e5c428b9aede69b2c8467c2f763cdc1ec3;hp=09d6709dfea90bb405122eed42ad42d4effc4a73;hb=6eb9c03b43586d536df11dba254e30d265f93a63;hpb=b86a63c42e39f4eb501dc923d51d2f7703aa90c7 diff --git a/board/karo/tx53/config.mk b/board/karo/tx53/config.mk index 09d6709dfe..55eb15e5c4 100644 --- a/board/karo/tx53/config.mk +++ b/board/karo/tx53/config.mk @@ -2,6 +2,12 @@ CONFIG_SYS_TEXT_BASE := 0x700ff000 __HAVE_ARCH_GENERIC_BOARD := y + PLATFORM_CPPFLAGS += -Werror +ifneq ($(CONFIG_SECURE_BOOT),) +# promote config variable to linker script + PLATFORM_CPPFLAGS += -DCONFIG_SECURE_BOOT +endif + LOGO_BMP = logos/karo.bmp OBJCOPYFLAGS += -j .pad