soc/amd/picasso: Update postcode value
I accidentally had the same value for two different postcode entries. Fix that. BUG=None TEST=Watch postcodes in psp_verstage Signed-off-by: Martin Roth <martinroth@chromium.org> Change-Id: Id0bf18efc7e79278a21683c11a1084d2a7d97e6a Reviewed-on: https://review.coreboot.org/c/coreboot/+/43774 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
87fafcaa8b
commit
0b6f35d798
|
@ -17,7 +17,7 @@
|
|||
#define POSTCODE_LATE_INIT 0x03
|
||||
#define POSTCODE_VERSTAGE_MAIN 0x04
|
||||
|
||||
#define POSTCODE_SAVE_BUFFERS 0x0F
|
||||
#define POSTCODE_SAVE_BUFFERS 0x0E
|
||||
#define POSTCODE_UPDATE_BOOT_REGION 0x0F
|
||||
|
||||
#define POSTCODE_DEFAULT_BUFFER_SIZE_NOTICE 0xC0
|
||||
|
|
Loading…
Reference in New Issue