Skip to content

Commit

Permalink
CHROMIUM: Add #line to arm_mpu_v7_internal.h
Browse files Browse the repository at this point in the history
Work around coreboot GCC preprocessor bug.

BUG=b:272518464
TEST=BOARD=brya; zmake build --coverage $BOARD &&
./util/find_non_exec_lines.py build/zephyr/$BOARD/output/zephyr.info

Change-Id: I77c472a0de01674c78a83fda0b746a5b287df756
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5899495
Tested-by: Jeremy Bettis <[email protected]>
Reviewed-by: Tomasz Michalec <[email protected]>
Commit-Queue: Jeremy Bettis <[email protected]>
  • Loading branch information
jeremybettis authored and Chromeos LUCI committed Oct 1, 2024
1 parent e5b014e commit 295b856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/core/mpu/arm_mpu_v7_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#define LOG_LEVEL CONFIG_MPU_LOG_LEVEL
#include <zephyr/logging/log.h>

#line 18
/* Global MPU configuration at system initialization. */
static void mpu_init(void)
{
Expand Down

0 comments on commit 295b856

Please sign in to comment.