summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/slippy
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-01-22 11:53:56 +0100
committerFelix Singer <felixsinger@posteo.net>2023-02-17 16:08:04 +0000
commit39efcd1ba6cd66f6d2d027714891fd63fe564f5f (patch)
tree061f2499a745faf57ffc73d14c82658cd9a1ad67 /src/mainboard/google/slippy
parent3a54f4a7f15dc14a0f70ba781b488d63f5b6238e (diff)
downloadcoreboot-39efcd1ba6cd66f6d2d027714891fd63fe564f5f.tar.gz
coreboot-39efcd1ba6cd66f6d2d027714891fd63fe564f5f.tar.bz2
coreboot-39efcd1ba6cd66f6d2d027714891fd63fe564f5f.zip
tree: Use __func__ instead of hard-coded names
Change-Id: I87e383ce2f28340dbc3c843dbf2ed0e47c00a723 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72382 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/google/slippy')
-rw-r--r--src/mainboard/google/slippy/ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/slippy/ec.c b/src/mainboard/google/slippy/ec.c
index a3ee95bd0bba..2334cb61a45e 100644
--- a/src/mainboard/google/slippy/ec.c
+++ b/src/mainboard/google/slippy/ec.c
@@ -16,7 +16,7 @@ void mainboard_ec_init(void)
int s3_wakeup = acpi_is_wakeup_s3();
- printk(BIOS_DEBUG, "mainboard_ec_init\n");
+ printk(BIOS_DEBUG, "%s\n", __func__);
post_code(0xf0);
google_chromeec_events_init(&info, s3_wakeup);