diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-07-22 09:34:50 +0300 |
---|---|---|
committer | Marshall Dawson <marshalldawson3rd@gmail.com> | 2019-08-07 21:22:21 +0000 |
commit | 9c55ee34acb9007f8152f4ceddea8c44df29ba75 (patch) | |
tree | 0b5a53b29941a917ced8f28377a4e1f434c32ebf /src/soc/amd/picasso/bootblock | |
parent | a3cb61a55d70925c622f489f723f70d305bf0411 (diff) |
soc/amd/picasso: Set HAVE_BOOTBLOCK=n
Change-Id: Iaf370e04adb04eb81555a57e81812ebe3339971d
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34478
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/picasso/bootblock')
-rw-r--r-- | src/soc/amd/picasso/bootblock/bootblock.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/soc/amd/picasso/bootblock/bootblock.c b/src/soc/amd/picasso/bootblock/bootblock.c deleted file mode 100644 index 62e4e1589f..0000000000 --- a/src/soc/amd/picasso/bootblock/bootblock.c +++ /dev/null @@ -1,19 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ - -#include <bootblock_common.h> - -asmlinkage void bootblock_c_entry(uint64_t base_timestamp) -{ - /* This function is here for building/linking only */ -} |