soc/intel: Remove microcode terminators
They have been removed in the rest of the code already. http://review.coreboot.org/#/c/4506/ Change-Id: I232cc2ccd4dd90359de4ab710486db65667500f4 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/10964 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
1332bb8a84
commit
6af48bb7f4
@ -35,10 +35,4 @@ unsigned microcode[] = {
|
|||||||
#include "M0C30678829.h" // M0C30678: Bay Trail M D Stepping
|
#include "M0C30678829.h" // M0C30678: Bay Trail M D Stepping
|
||||||
#endif /* CONFIG_SOC_INTEL_FSP_BAYTRAIL_MD */
|
#endif /* CONFIG_SOC_INTEL_FSP_BAYTRAIL_MD */
|
||||||
#endif /* CONFIG_HAVE_FSP_BIN */
|
#endif /* CONFIG_HAVE_FSP_BIN */
|
||||||
|
|
||||||
/* Dummy terminator */
|
|
||||||
0x0, 0x0, 0x0, 0x0,
|
|
||||||
0x0, 0x0, 0x0, 0x0,
|
|
||||||
0x0, 0x0, 0x0, 0x0,
|
|
||||||
0x0, 0x0, 0x0, 0x0,
|
|
||||||
};
|
};
|
||||||
|
@ -19,9 +19,3 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "MC0406E2_00000017_00000018.h"
|
#include "MC0406E2_00000017_00000018.h"
|
||||||
|
|
||||||
/* Dummy terminator */
|
|
||||||
0x0, 0x0, 0x0, 0x0,
|
|
||||||
0x0, 0x0, 0x0, 0x0,
|
|
||||||
0x0, 0x0, 0x0, 0x0,
|
|
||||||
0x0, 0x0, 0x0, 0x0,
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user