On Thu, May 19, 2016 at 12:00 PM, Simon Glass <[email protected]> wrote: > On 11 May 2016 at 08:44, Bin Meng <[email protected]> wrote: >> Currently U-Boot environment address is at offset 0x7fe00 of a 8MB >> SPI flash. When creating a partial u-boot.rom image without flash >> descriptor and ME firmware, U-Boot actually occupies the last 1MB >> of the flash, and reprograming U-Boot causes previous environment >> settings get lost which is not convenient during testing. >> >> Adjust the environment address to 0x6ef000 instead (before the MRC >> cache data region in the flash). >> >> Signed-off-by: Bin Meng <[email protected]> >> Reviewed-by: Stefan Roese <[email protected]> >> --- >> >> Changes in v2: None >> >> doc/README.x86 | 2 +- >> include/configs/minnowmax.h | 2 +- >> 2 files changed, 2 insertions(+), 2 deletions(-) > > Reviewed-by: Simon Glass <[email protected]>
applied to u-boot-x86, thanks! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

