From f2cc52b694d610ffc4f1edc347bf38caec2e31b6 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 21 Aug 2019 07:15:38 +0300 Subject: Move and rename ARCH_STAGE_HAS_xxx_SECTION rules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently only x86 requires special handling here, for simplicity avoid introducing and deal with this directly in . For consistency prefixes are changed from ARCH_ to ENV_. Change-Id: I95a56dbad3482202f6cc03043589bebfb13c39af Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/35014 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/arch/x86/include/arch/memlayout.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/arch') diff --git a/src/arch/x86/include/arch/memlayout.h b/src/arch/x86/include/arch/memlayout.h index de80f42a0d..7dcdd981cb 100644 --- a/src/arch/x86/include/arch/memlayout.h +++ b/src/arch/x86/include/arch/memlayout.h @@ -16,13 +16,6 @@ #ifndef __ARCH_MEMLAYOUT_H #define __ARCH_MEMLAYOUT_H - -#if ENV_BOOTBLOCK || ENV_ROMSTAGE || ENV_VERSTAGE -/* No .data or .bss sections. Cache as RAM is handled separately. */ -#define ARCH_STAGE_HAS_DATA_SECTION 0 -#define ARCH_STAGE_HAS_BSS_SECTION 0 -#endif - #if (CONFIG_RAMTOP == 0) # error "CONFIG_RAMTOP not configured" #endif -- cgit v1.2.3