diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-01-06 14:14:15 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-13 15:25:03 (GMT) |
commit | 8cb20ccc34cda9fdcbae962744bf8ecee90dd5d2 (patch) | |
tree | 076aa83b80d45d6cb0b16f9288056c1d6f445ad2 /board/intel/crownbay/Kconfig | |
parent | 3ba6a0f4f6a2381ad32930df6277930a3de577bc (diff) | |
download | u-boot-fsl-qoriq-8cb20ccc34cda9fdcbae962744bf8ecee90dd5d2.tar.xz |
x86: Move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to Kconfig
Convert CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to Kconfig
options so that we can remove them from board configuration file.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/intel/crownbay/Kconfig')
-rw-r--r-- | board/intel/crownbay/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/intel/crownbay/Kconfig b/board/intel/crownbay/Kconfig index 4709f9b..762663a 100644 --- a/board/intel/crownbay/Kconfig +++ b/board/intel/crownbay/Kconfig @@ -14,6 +14,7 @@ config SYS_CONFIG_NAME config BOARD_SPECIFIC_OPTIONS # dummy def_bool y + select X86_RESET_VECTOR select INTEL_QUEENSBAY select BOARD_ROMSIZE_KB_1024 |