diff options
Diffstat (limited to 'include/configs/tegra210-common.h')
-rw-r--r-- | include/configs/tegra210-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/tegra210-common.h b/include/configs/tegra210-common.h index 0348d4783b..d95056c002 100644 --- a/include/configs/tegra210-common.h +++ b/include/configs/tegra210-common.h @@ -73,4 +73,7 @@ #define CONFIG_USB_EHCI_TXFIFO_THRESH 0x10 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 1 +/* GPU needs setup */ +#define CONFIG_TEGRA_GPU + #endif /* _TEGRA210_COMMON_H_ */ |