diff options
author | Simon Glass <sjg@chromium.org> | 2015-07-27 15:47:23 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 08:42:42 -0600 |
commit | dcfe4a54edb1af90e9aec866a43592efff1f1974 (patch) | |
tree | b9664201bf32e2746ba88d91e6ff9997effee055 /include/configs/crownbay.h | |
parent | ca4435ef28d13371c31b98cfd41fb8fa28aeabc9 (diff) | |
download | u-boot-dcfe4a54edb1af90e9aec866a43592efff1f1974.zip u-boot-dcfe4a54edb1af90e9aec866a43592efff1f1974.tar.gz u-boot-dcfe4a54edb1af90e9aec866a43592efff1f1974.tar.bz2 |
x86: Move CONFIG_X86_SERIAL to Kconfig
Move this config option to Kconfig and tidy up.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs/crownbay.h')
-rw-r--r-- | include/configs/crownbay.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h index 6cf53a3..1ea320b 100644 --- a/include/configs/crownbay.h +++ b/include/configs/crownbay.h @@ -17,7 +17,6 @@ #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_ARCH_MISC_INIT -#define CONFIG_X86_SERIAL #define CONFIG_SMSC_LPC47M #define CONFIG_PCI_MEM_BUS 0x40000000 |