]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/karo/tx28/config.mk
a11dc498e767b0bc59dc2956c9c384f0f7107803
[karo-tx-uboot.git] / board / karo / tx28 / config.mk
1 # stack is allocated below CONFIG_SYS_TEXT_BASE
2 CONFIG_SYS_TEXT_BASE := 0x40100000
3 CONFIG_SPL_TEXT_BASE := 0x00000000
4
5 LOGO_BMP = logos/karo.bmp
6
7 PLATFORM_CPPFLAGS += -Werror
8 ifneq ($(CONFIG_SPL_BUILD),y)
9         ALL-y += $(obj)u-boot.sb
10 endif