Lines Matching +full:image +full:- +full:0
2 # SPDX-License-Identifier: Apache-2.0
38 hex "Image container"
39 default 0x1000
41 Image container is a boot image format that is used by ROM. Container
42 format consists container header, image arrary entry, signature block
46 # Note- This config present the offest between container header and user
47 # image. If ROM_START_OFFSET changed, you also need to change CONTAINER_USER_IMAGE_OFFSET
48 # value. CONTAINER_USER_IMAGE_OFFSET = ROM_START_OFFSET - IMAGE_CONTAINER_OFFSET.
50 hex "The offset between container header and user image"
51 default 0xA000
53 The offset between container and user image. IF change the user image
55 value, this will make ROM could get the user image start address.