]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/ait/cam_enc_4xx/ublimage.cfg
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / ait / cam_enc_4xx / ublimage.cfg
1 #
2 # (C Copyright 2011
3 # Heiko Schocher DENX Software Engineering hs@denx.de.
4 #
5 # SPDX-License-Identifier: GPL-2.0+
6 #
7 # Refer doc/README.ublimage for more details about how-to configure
8 # and create ublimage boot image
9 #
10 # The syntax is taken as close as possible with the kwbimage
11
12 # UBL special mode : one of
13 # safe (the board has no nand neither onenand)
14 MODE safe
15
16 # Entry point address for the user bootloader (absolute address)
17 # nand spl TEXT_BASE = 0x20 !!
18 ENTRY 0x00000020
19
20 # Number of pages (size of user bootloader in number of pages)
21 # @ nand spl 6 pages
22 PAGES 6
23
24 # Block number where user bootloader is present
25 START_BLOCK 0
26
27 # Page number where user bootloader is present
28 # Page 0 is always UBL header
29 START_PAGE 0
30
31 LD_ADDR 0x20