X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fqemu-mips64.h;h=f1e096fddd0d28f0246c0b967ac86a752496da3e;hb=8d3a25685e4aac7070365a2b3c53c2c81b27930f;hp=4856087718c5e5004e07ecdc1ceef88951fb8d6b;hpb=9828d050cf5026b27c6acdf615c5161b5a269092;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/qemu-mips64.h b/include/configs/qemu-mips64.h index 4856087..f1e096f 100644 --- a/include/configs/qemu-mips64.h +++ b/include/configs/qemu-mips64.h @@ -50,8 +50,6 @@ #define CONFIG_SYS_NS16550_COM1 0xffffffffb40003f8 #define CONFIG_CONS_INDEX 1 -#define CONFIG_CMD_IDE - #ifdef CONFIG_SYS_BIG_ENDIAN #define CONFIG_IDE_SWAP_IO #endif @@ -80,7 +78,7 @@ /* max number of command args */ #define CONFIG_SYS_MAXARGS 16 -#define CONFIG_SYS_MALLOC_LEN 128*1024 +#define CONFIG_SYS_MALLOC_LEN (256 << 10) #define CONFIG_SYS_BOOTPARAMS_LEN 128*1024 @@ -123,6 +121,4 @@ #define MEM_SIZE 128 -#define CONFIG_LZMA - #endif /* __CONFIG_H */