summaryrefslogtreecommitdiff
path: root/include/configs/harmony.h
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <[email protected]>2025-03-31 17:18:18 +0300
committerSvyatoslav Ryhel <[email protected]>2025-04-12 11:11:05 +0300
commit9ee12daa591b8adefa8ae221295a85e2ee467742 (patch)
tree268b729bbefd6ad2790f32568a274ae870a574ae /include/configs/harmony.h
parentee3462160cf2fdf29b44ef83df0265a19c37bc0a (diff)
ARM: tegra: replace per-device config headers with generic Tegra
Most device headers contain SoC specific part and common Tegra post part. Add a generic header which can be used by any Tegra device of one of the supported SoC generations (T20, T30, T114, T124 or T210) without need in device specific configuration. Signed-off-by: Svyatoslav Ryhel <[email protected]>
Diffstat (limited to 'include/configs/harmony.h')
-rw-r--r--include/configs/harmony.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/configs/harmony.h b/include/configs/harmony.h
deleted file mode 100644
index beecb70cd0c..00000000000
--- a/include/configs/harmony.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * (C) Copyright 2010-2012
- * NVIDIA Corporation <www.nvidia.com>
- */
-
-#ifndef __CONFIG_H
-#define __CONFIG_H
-
-#include <linux/sizes.h>
-#include "tegra20-common.h"
-#include "tegra-common-post.h"
-
-#endif /* __CONFIG_H */