]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/karo/tx6q/config.mk
imx: iomux: reconcile differing iomux implementations
[karo-tx-uboot.git] / board / karo / tx6q / config.mk
1 # stack is allocated below CONFIG_SYS_TEXT_BASE
2 CONFIG_SYS_TEXT_BASE := 0x27800000
3 #CONFIG_SYS_TEXT_BASE := 0x17800000
4 #CONFIG_SPL_TEXT_BASE := 0x00000000
5
6 LOGO_BMP = logos/karo.bmp
7 #PLATFORM_CPPFLAGS += -DDEBUG
8 PLATFORM_CPPFLAGS += -Wno-unused-but-set-variable
9
10 PLATFORM_CPPFLAGS += -Werror
11 #ifneq ($(CONFIG_SPL_BUILD),y)
12 #       ALL-y += $(obj)u-boot.sb
13 #endif