mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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:
committed by
mobile promotions
parent
8044e67823
commit
b003089364
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user