[U-Boot] [PATCH-v2 1/2] mips: qemu-mips/64: Remove obsolete CONFIG_SYS_MONITOR_LEN from config

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Fri Apr 14 17:35:29 UTC 2017



Am 13.04.2017 um 04:42 schrieb Kyle Edwards:
> This fixes an issue with the saveenv command causing U-Boot to no
> longer work on the QEMU Mips pseudoboard. Because the offset of the
> environment was being determined by CONFIG_SYS_MONITOR_LEN, and this
> value was less than the actual size of U-Boot, saveenv was overwriting
> parts of the U-Boot code. Because CONFIG_SYS_MONITOR_LEN is no longer
> used on MIPS, this patch removes it and places the environment at the
> end of the pseudoboard's 4MB flash.
> 
> Signed-off-by: Kyle Edwards <kyleedwardsny at gmail.com>
> Cc: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
> ---
>  include/configs/qemu-mips.h   | 3 +--
>  include/configs/qemu-mips64.h | 3 +--
>  2 files changed, 2 insertions(+), 4 deletions(-)

applied to u-boot-mips/master, thanks

-- 
- Daniel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170414/427c6c76/attachment.sig>


More information about the U-Boot mailing list