aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/ramstage.ld
blob: 0d329dba0ba469ceb25c6f5d67522c653d24a8fa (plain)
1
2
3
4
5
6
7
#include <memlayout.h>
#include <arch/header.ld>

SECTIONS
{
	RAMSTAGE(CONFIG_RAMBASE, CONFIG_RAMTOP - CONFIG_RAMBASE)
}