X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fqemu-x86.h;h=5cd13887084c97aac311b880e4a2e2199535f8d2;hb=715cce65b889214a728dd44759204316aff29006;hp=e9dbd54517fb2121ff5410be55c2c2b0d448cf49;hpb=859703251251d9567f29ab10c0a29f98eb0aff5c;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h index e9dbd54..5cd1388 100644 --- a/include/configs/qemu-x86.h +++ b/include/configs/qemu-x86.h @@ -22,8 +22,6 @@ #include #include -#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 */