1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #if ENV_SEPARATE_DATA_AND_BSS
6 * Copy .data section content to Cache-As-Ram.
7 * This code can be included from 32 bits or 64 bits code. It also preserves
24 movl $(_data_load),%esi
38 #endif /* ENV_SEPARATE_DATA_AND_BSS */