Commit 1cea902f authored by Anas Nashif's avatar Anas Nashif
Browse files

license: add missing SPDX headers



Add missing SPDX header.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 37d1ed8b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
/*
 * SPDX-License-Identifier: Apache-2.0
 */

/* Copied from linker.ld */

/* Reserved 4 bytes to save vector table base address */
+7 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2020 Intel Corp.
 *
 * SPDX-License-Identifier: Apache-2.0
 */


ENTRY(efi_entry)

SECTIONS {
+4 −0
Original line number Diff line number Diff line
/*
 * SPDX-License-Identifier: Apache-2.0
 */

#warning "generated_dts_board.h has been renamed to devicetree.h. Please include that instead."
#include <devicetree.h>