X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fqemu-mips.h;h=fb697d5558bb02f5ee671e26bf109794f559b0c8;hb=d48455ad8cefd25d7b49f68fd16d0e9fd551732a;hp=844446205b9b550de989eacd15514e1bd8bcc183;hpb=4d0b54685c5c656023b826089ef8cc0ea1c5cd9e;p=u-boot diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h index 844446205b..fb697d5558 100644 --- a/include/configs/qemu-mips.h +++ b/include/configs/qemu-mips.h @@ -136,7 +136,7 @@ */ /* The following #defines are needed to get flash environment right */ -#define CONFIG_SYS_MONITOR_BASE TEXT_BASE +#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_MONITOR_LEN (192 << 10) #define CONFIG_SYS_INIT_SP_OFFSET 0x400000 @@ -163,6 +163,8 @@ #undef CONFIG_MEMSIZE_IN_BYTES +#define CONFIG_LZMA + /*----------------------------------------------------------------------- * Cache Configuration */