1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright 2020 Google LLC
8 #if defined(CONFIG_HAS_ROM) && defined(CONFIG_FIT)
11 filename = "u-boot.itb";
13 fit,external-offset = <CONFIG_FIT_EXTERNAL_OFFSET>;
14 description = "FIT image with OP-TEE support";
19 description = "U-Boot";
24 load = <CONFIG_SYS_TEXT_BASE>;
30 description = "OP-TEE";
35 load = <(CONFIG_SYS_SDRAM_BASE + 0x8400000)>;
36 entry = <(CONFIG_SYS_SDRAM_BASE + 0x8400000)>;
43 description = CONFIG_SYS_BOARD;
55 description = CONFIG_SYS_BOARD;