commit | 5d710a57bb8a5ffe56c394313675d6010ae4b5ac | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jan 06 22:14:18 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 13 07:25:03 2015 -0800 |
tree | 26d81c96eb097b6bc4df684278e68a26065740d8 | |
parent | cce719c449a80f8c2eb54d7d95c27ee3b3d91287 [diff] |
x86: coreboot: Move coreboot-specific defines from coreboot.h to Kconfig There are many places in the U-Boot source tree which refer to CONFIG_SYS_COREBOOT, CONFIG_CBMEM_CONSOLE and CONFIG_VIDEO_COREBOOT that is currently defined in coreboot.h. Move them to arch/x86/cpu/coreboot/Kconfig so that we can switch to board configuration file to build U-Boot later. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>