mb/intel/ptlrvp: Update Kconfig for PTLRVP_CHROMEEC
Update the MAINBOARD_PART_NUMBER config to support PTLRVP_CHROMEEC variant. BUG=NONE TEST=boot ptlrvp_chromeec variant and verify correct mainboard name in depthcharge. Change-Id: Ic8208b4ee2c9055671d426cb4b4fdc2a494ad2d8 Signed-off-by: Zhixing Ma <zhixing.ma@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87688 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com> Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com> Reviewed-by: Jamie Ryu <jamie.m.ryu@intel.com>
This commit is contained in:
parent
7cbbf786cc
commit
ba8be19122
1 changed files with 2 additions and 1 deletions
|
|
@ -119,7 +119,8 @@ config MAINBOARD_FAMILY
|
|||
default "Intel_Ptlrvp"
|
||||
|
||||
config MAINBOARD_PART_NUMBER
|
||||
default "Ptlrvp"
|
||||
default "Ptlrvp" if BOARD_INTEL_PTLRVP
|
||||
default "Ptlrvp_chromeec" if BOARD_INTEL_PTLRVP_CHROMEEC
|
||||
|
||||
config MEMORY_SOLDERDOWN
|
||||
def_bool n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue