X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fkaro%2Ftx6%2Fconfig.mk;h=5e38c40a576ec6a336350d77d7985a6596cc0144;hp=ce8e74027dc1f93295c0328f0e51d12067c81533;hb=3054d43b45eff6d66e4e11341c94a01f67765905;hpb=80f0fd8a4e8990ad05261e9d36b6e7e1a4d97245 diff --git a/board/karo/tx6/config.mk b/board/karo/tx6/config.mk index ce8e74027d..5e38c40a57 100644 --- a/board/karo/tx6/config.mk +++ b/board/karo/tx6/config.mk @@ -1,5 +1,5 @@ # stack is allocated below CONFIG_SYS_TEXT_BASE -ifeq ($(CONFIG_SOC_MX6SX)$(CONFIG_SOC_MX6SL)$(CONFIG_SOC_MX6UL),) +ifeq ($(CONFIG_SOC_MX6SX)$(CONFIG_SOC_MX6SL)$(CONFIG_BOARD_TX6UL),) CONFIG_SYS_TEXT_BASE := 0x100ff000 else CONFIG_SYS_TEXT_BASE := 0x800ff000