mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 21:18:55 -04:00
imx: Add u-boot.imx as target for ARM9 i.MX SOCs
Signed-off-by: Timo Ketola <timo@exertus.fi> Acked-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
8f385e958d
commit
bff969eaf0
@ -31,3 +31,9 @@ PLATFORM_CPPFLAGS += -march=armv5te
|
|||||||
# =========================================================================
|
# =========================================================================
|
||||||
PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
|
PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
|
||||||
PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)
|
PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)
|
||||||
|
|
||||||
|
ifneq ($(CONFIG_IMX_CONFIG),)
|
||||||
|
|
||||||
|
ALL-y += $(obj)u-boot.imx
|
||||||
|
|
||||||
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user