blob: 74497408b257cb7cda99dd9a7f45853fd1cb2d86 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
SECTIONS {
. = (0xffffffff - CONFIG_ID_SECTION_OFFSET) - (__id_end - __id_start) + 1;
.id (.): {
*(.id)
}
}