diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-01-06 22:14:15 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-13 07:25:03 -0800 |
commit | 8cb20ccc34cda9fdcbae962744bf8ecee90dd5d2 (patch) | |
tree | 076aa83b80d45d6cb0b16f9288056c1d6f445ad2 /include/configs/crownbay.h | |
parent | 3ba6a0f4f6a2381ad32930df6277930a3de577bc (diff) | |
download | u-boot-imx-8cb20ccc34cda9fdcbae962744bf8ecee90dd5d2.zip u-boot-imx-8cb20ccc34cda9fdcbae962744bf8ecee90dd5d2.tar.gz u-boot-imx-8cb20ccc34cda9fdcbae962744bf8ecee90dd5d2.tar.bz2 |
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 'include/configs/crownbay.h')
-rw-r--r-- | include/configs/crownbay.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h index eadb339..b927b1c 100644 --- a/include/configs/crownbay.h +++ b/include/configs/crownbay.h @@ -14,10 +14,8 @@ #include <configs/x86-common.h> #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_SYS_X86_START16 0xfffff800 #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_X86_RESET_VECTOR #define CONFIG_NR_DRAM_BANKS 1 #define CONFIG_X86_SERIAL |