aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/Kconfig
blob: 9c8d1a7552819ec2b1da4881bed481feb42fce14 (plain)
1
2
3
4
5
6
7
8
9
10
11
config SERIAL_CPU_INIT
	bool
	default y

config XIP_ROM_BASE
	hex
	default 0xfffe0000

config XIP_ROM_SIZE
	hex
	default 0x2000