overlay: fixup remove fragment syntax with preprocessor

There was an error in the previous patch with subject:

overlay: remove fragment syntax with preprocessor

Two of the #ifdef lines missed encapsulating the top of a fragment.

Bug 4290389

Change-Id: I8af1abf82f0448c6f8ecb1718a9f3a2743d046ed
Signed-off-by: Brad Griffis <bgriffis@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3004549
Reviewed-by: Gautham Srinivasan <gauthams@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Brad Griffis
2023-10-26 17:31:56 +00:00
committed by mobile promotions
parent 8044e67823
commit b003089364
2 changed files with 2 additions and 2 deletions

View File

@@ -4,8 +4,8 @@
#include <dt-bindings/power/tegra234-powergate.h>
/ {
fragment-t234-display@0 {
#ifndef REMOVE_FRAGMENT_SYNTAX
fragment-t234-display@0 {
target-path = "/";
__overlay__ {
#endif

View File

@@ -5,8 +5,8 @@
#include <dt-bindings/memory/tegra234-mc.h>
/ {
fragment-fsicom@0 {
#ifndef REMOVE_FRAGMENT_SYNTAX
fragment-fsicom@0 {
target-path = "/";
__overlay__ {
#endif