MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig
[platform/kernel/u-boot.git] / include / configs / tegra210-common.h
index b9e0414..7f361d8 100644 (file)
        "kernel_addr_r=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
        "fdtfile=" FDTFILE "\0" \
        "fdt_addr_r=0x83000000\0" \
-       "ramdisk_addr_r=0x83200000\0"
-
-/* For USB EHCI controller */
-#define CONFIG_EHCI_IS_TDI
-#define CONFIG_USB_EHCI_TXFIFO_THRESH  0x10
-
-/* GPU needs setup */
-#define CONFIG_TEGRA_GPU
+       "ramdisk_addr_r=0x83420000\0"
 
 #endif /* _TEGRA210_COMMON_H_ */