blob: d4fe705bf6909097802a6d5c3c83a5b3ec919799 [file] [log] [blame]
Heiko Schocher4dd83492011-11-01 20:00:35 +00001#
2# (C Copyright 2011
3# Heiko Schocher DENX Software Engineering hs@denx.de.
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Heiko Schocher4dd83492011-11-01 20:00:35 +00006#
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
Heiko Schocher6be6db52012-01-16 21:20:09 +000025START_BLOCK 0
Heiko Schocher4dd83492011-11-01 20:00:35 +000026
27# Page number where user bootloader is present
28# Page 0 is always UBL header
29START_PAGE 0
30
31LD_ADDR 0x20