From 82af686f8456f594ae17409f1e1e70fc55485cd8 Mon Sep 17 00:00:00 2001 From: Marty Gloff Date: Tue, 8 Nov 2016 14:29:38 -0600 Subject: Bootloader - Error handling - Add terminate function As a first step to providing Bootloader error handling add support for a terminate function. Change-Id: Id4f8f130376d1396cd4feb796d1a3a908558225b RTC:135746 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32390 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes Reviewed-by: Corey V. Swenson Reviewed-by: Daniel M. Crowell --- src/bootloader/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bootloader/makefile') diff --git a/src/bootloader/makefile b/src/bootloader/makefile index 4ed5e444b..598236b79 100644 --- a/src/bootloader/makefile +++ b/src/bootloader/makefile @@ -36,6 +36,7 @@ OBJS += bl_pnorAccess.o OBJS += bl_pnor_utils.o OBJS += bl_pnor_ecc.o OBJS += bl_builtins.o +OBJS += bl_terminate.o OPT_LEVEL = -Os -- cgit v1.2.3