config ARCH_POWER8
	bool
	default n

config ARCH_BOOTBLOCK_POWER8
	bool
	default n
	select ARCH_POWER8
	select BOOTBLOCK_CUSTOM
	select C_ENVIRONMENT_BOOTBLOCK
	select ARCH_VERSTAGE_POWER8
	select ARCH_ROMSTAGE_POWER8
	select ARCH_RAMSTAGE_POWER8

config ARCH_VERSTAGE_POWER8
	bool
	default n

config ARCH_ROMSTAGE_POWER8
	bool
	default n

config ARCH_RAMSTAGE_POWER8
	bool
	default n