cpu/amd/model_10xxx: Remove UPDATE_CPU_MICROCODE option
This option is now deperecated by loading microcode updates from cbfs. Remove this option in anticipation of implementing CBFS loading for AMD cpus. Removing it beforehand results in less patch overhead. Change-Id: Ibdef7843db686734e2b6b1568692720fb543b240 Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/8322 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
This commit is contained in:
parent
30c34c0751
commit
893b81f79f
4 changed files with 3 additions and 39 deletions
|
|
@ -1,2 +1,2 @@
|
|||
ramstage-y += microcode.c
|
||||
romstage-$(CONFIG_UPDATE_CPU_MICROCODE) += microcode.c
|
||||
romstage-y += microcode.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue