Commit 9712ee0e authored by John Clements's avatar John Clements Committed by Alex Deucher
Browse files

drm/amdgpu: update PSP BL cmd IDs



resolved bug with incorrect PSP BL cmd IDs

Signed-off-by: default avatarJohn Clements <john.clements@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 7a3d6383
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -54,9 +54,9 @@ enum psp_bootloader_cmd {
	PSP_BL__LOAD_SYSDRV		= 0x10000,
	PSP_BL__LOAD_SOSDRV		= 0x20000,
	PSP_BL__LOAD_KEY_DATABASE	= 0x80000,
	PSP_BL__LOAD_SOCDRV             = 0x90000,
	PSP_BL__LOAD_INTFDRV            = 0xA0000,
	PSP_BL__LOAD_DBGDRV             = 0xB0000,
	PSP_BL__LOAD_SOCDRV             = 0xB0000,
	PSP_BL__LOAD_INTFDRV            = 0xC0000,
	PSP_BL__LOAD_DBGDRV             = 0xD0000,
	PSP_BL__DRAM_LONG_TRAIN		= 0x100000,
	PSP_BL__DRAM_SHORT_TRAIN	= 0x200000,
	PSP_BL__LOAD_TOS_SPL_TABLE	= 0x10000000,