Convert CONFIG_SYS_NAND_DBW_8 et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / qemu-x86.h
index e9dbd54..5cd1388 100644 (file)
@@ -22,8 +22,6 @@
 #include <config_distro_bootcmd.h>
 #include <configs/x86-common.h>
 
-#define CONFIG_SYS_MONITOR_LEN         (1 << 20)
-
 #define CONFIG_STD_DEVICES_SETTINGS    "stdin=serial,i8042-kbd\0" \
                                        "stdout=serial,vidconsole\0" \
                                        "stderr=serial,vidconsole\0"
@@ -34,6 +32,4 @@
  *   - AHCI controller is supported for QEMU '-M q35' target
  */
 
-#define CONFIG_SPL_BOARD_LOAD_IMAGE
-
 #endif /* __CONFIG_H */