Heiko Schocher | 4dd8349 | 2011-11-01 20:00:35 +0000 | [diff] [blame] | 1 | # |
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 | |||||
10 | #Provide at least 16MB spacing between us and the Linux Kernel image | ||||
11 | PAD_TO := 12320 | ||||
12 | UBL_CONFIG = $(SRCTREE)/board/$(BOARDDIR)/ublimage.cfg | ||||
13 | ifndef CONFIG_SPL_BUILD | ||||
14 | ALL-y += $(obj)u-boot.ubl | ||||
15 | endif |