diff options
author | Tom Rini | 2022-06-08 08:24:33 -0400 |
---|---|---|
committer | Tom Rini | 2022-06-28 17:03:31 -0400 |
commit | 7ef53a3dc6dd3e7e2b66db52ab96feac2fe6b0dc (patch) | |
tree | 72b200e7352b2d226ad3255b1b1697b7b4081f3b /include | |
parent | cbee8c1ac220d8aa3364b65d30d3eb17099e130f (diff) |
Convert CONFIG_TEGRA_GPU to Kconfig
This converts the following to Kconfig:
CONFIG_TEGRA_GPU
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/tegra124-common.h | 3 | ||||
-rw-r--r-- | include/configs/tegra210-common.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/tegra124-common.h b/include/configs/tegra124-common.h index f509784a868..0485fea6ccb 100644 --- a/include/configs/tegra124-common.h +++ b/include/configs/tegra124-common.h @@ -57,7 +57,4 @@ /* Defines for SPL */ -/* GPU needs setup */ -#define CONFIG_TEGRA_GPU - #endif /* _TEGRA124_COMMON_H_ */ diff --git a/include/configs/tegra210-common.h b/include/configs/tegra210-common.h index e510820786e..7f361d874af 100644 --- a/include/configs/tegra210-common.h +++ b/include/configs/tegra210-common.h @@ -46,7 +46,4 @@ "fdt_addr_r=0x83000000\0" \ "ramdisk_addr_r=0x83420000\0" -/* GPU needs setup */ -#define CONFIG_TEGRA_GPU - #endif /* _TEGRA210_COMMON_H_ */ |