]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/ait/cam_enc_4xx/ublimage.cfg
Add GPL-2.0+ SPDX-License-Identifier to source files
[thirdparty/u-boot.git] / board / ait / cam_enc_4xx / ublimage.cfg
CommitLineData
4dd83490
HS
1#
2# (C Copyright 2011
3# Heiko Schocher DENX Software Engineering hs@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
4dd83490
HS
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)
14MODE safe
15
16# Entry point address for the user bootloader (absolute address)
17# nand spl TEXT_BASE = 0x20 !!
18ENTRY 0x00000020
19
20# Number of pages (size of user bootloader in number of pages)
21# @ nand spl 6 pages
22PAGES 6
23
24# Block number where user bootloader is present
6be6db58 25START_BLOCK 0
4dd83490
HS
26
27# Page number where user bootloader is present
28# Page 0 is always UBL header
29START_PAGE 0
30
31LD_ADDR 0x20