Zheng Bao wrote:
> +++ b/src/southbridge/amd/Makefile.inc
> @@ -20,14 +20,14 @@ ifeq ($(CONFIG_HAVE_ACPI_RESUME), y)
>  ifeq ($(CONFIG_CPU_AMD_AGESA), y)
>  
>  $(obj)/coreboot_s3nv.rom: $(obj)/config.h
> -     echo "    S3 NVRAM   $(CONFIG_S3_VOLATILE_POS) (S3 storage area)"
> +     echo "    S3 NVRAM   $(CONFIG_S3_DATA_POS) (S3 storage area)"
>       # force C locale, so cygwin awk doesn't try to interpret the 0xff below 
> as UTF-8 (or worse)
>       LC_ALL=C awk 'BEGIN {for (i=0; i<32768; i++) {printf "%c", 255}}' > 
> [email protected]

Wasn't that 32k size changed to a config option recently? Or was that
a different 32k magic value?


//Peter

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to