blob: 2022151309bb81c9d6354b39e6d472a6a87be7da [file] [log] [blame]
Heiko Schocher6c1b1192011-11-01 20:00:35 +00001#
2# AIT cam_enc_4xx board
3# cam_enc_4xx board has 1 bank of 256 MB DDR RAM
4# Physical Address: 8000'0000 to 9000'0000
5#
6# Linux Kernel is expected to be at 8000'8000, entry 8000'8000
7# (mem base + reserved)
8#
9
Masahiro Yamadaff517042014-03-11 11:05:20 +090010UBL_CONFIG = $(srctree)/board/$(BOARDDIR)/ublimage.cfg
Heiko Schocher6c1b1192011-11-01 20:00:35 +000011ifndef CONFIG_SPL_BUILD
Masahiro Yamada59f15f22014-02-04 17:24:24 +090012ALL-y += u-boot.ubl
Heiko Schocherb22c74b2012-03-07 04:10:00 +000013else
14# as SPL_TEXT_BASE is not page-aligned, we need for some
15# linkers the -n flag (Do not page align data), to prevent
16# the following error message:
17# arm-linux-ld: u-boot-spl: Not enough room for program headers, try linking
18# with -N
19LDFLAGS_u-boot-spl += -n
Heiko Schocher6c1b1192011-11-01 20:00:35 +000020endif