]> git.dujemihanovic.xyz Git - u-boot.git/commit
trace: Use notrace for short
authorSimon Glass <sjg@chromium.org>
Wed, 21 Dec 2022 23:08:15 +0000 (16:08 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 18 Jan 2023 18:49:12 +0000 (11:49 -0700)
commit33c60a38bb95c9954704857fe5edb29b749b9b18
tree9cd3850586f99633e33f6f14f6488130ad0a04ee
parent5b958dea5c678dbdb2aeb6ac3c0c8cc8dfea065c
trace: Use notrace for short

The attribute syntax is quite verbose. Use the macro provided for this
purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/cpu/armv7/s5p-common/timer.c
arch/arm/mach-exynos/include/mach/cpu.h
arch/x86/include/asm/global_data.h
arch/x86/include/asm/msr.h
arch/x86/include/asm/u-boot-x86.h
common/spl/spl_fit.c
doc/develop/trace.rst
lib/efi_loader/efi_freestanding.c
lib/trace.c