blob: c792df5e52a83aee949f72d6d8b48e654942622e [file] [log] [blame]
/*
* Copyright (c) ASPEED Technology Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
.bss_nc (NOLOAD) :
{
__bss_nc_start__ = .;
*(.nocache.bss*)
. = ALIGN(4);
__bss_nc_end__ = .;
} > SRAM_NC