Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2423c87d543a13ec28d66a1e758d3bb7ab24bf74
/
.
/
soc
/
aspeed
/
ast10x0
/
nocache.ld
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