beaver.h (f6ed9d50949eb290744bf7606e30763582e2d44b) | beaver.h (e6607cffef965011ef0ddc0fbe6f4b7c0d53aeec) |
---|---|
1/* 2 * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms and conditions of the GNU General Public License, 6 * version 2, as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope it will be useful, but WITHOUT --- 62 unchanged lines hidden (view full) --- 71#define CONFIG_SF_DEFAULT_SPEED 24000000 72#define CONFIG_CMD_SPI 73#define CONFIG_CMD_SF 74#define CONFIG_SPI_FLASH_SIZE (4 << 20) 75 76/* USB Host support */ 77#define CONFIG_USB_EHCI 78#define CONFIG_USB_EHCI_TEGRA | 1/* 2 * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms and conditions of the GNU General Public License, 6 * version 2, as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope it will be useful, but WITHOUT --- 62 unchanged lines hidden (view full) --- 71#define CONFIG_SF_DEFAULT_SPEED 24000000 72#define CONFIG_CMD_SPI 73#define CONFIG_CMD_SF 74#define CONFIG_SPI_FLASH_SIZE (4 << 20) 75 76/* USB Host support */ 77#define CONFIG_USB_EHCI 78#define CONFIG_USB_EHCI_TEGRA |
79#define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
|
79#define CONFIG_USB_STORAGE 80#define CONFIG_CMD_USB 81 82/* USB networking support */ 83#define CONFIG_USB_HOST_ETHER 84#define CONFIG_USB_ETHER_ASIX 85 86/* General networking support */ 87#define CONFIG_CMD_NET 88#define CONFIG_CMD_DHCP 89 | 80#define CONFIG_USB_STORAGE 81#define CONFIG_CMD_USB 82 83/* USB networking support */ 84#define CONFIG_USB_HOST_ETHER 85#define CONFIG_USB_ETHER_ASIX 86 87/* General networking support */ 88#define CONFIG_CMD_NET 89#define CONFIG_CMD_DHCP 90 |
91#include "tegra-common-ums.h" |
|
90#include "tegra-common-post.h" 91 92#endif /* __CONFIG_H */ | 92#include "tegra-common-post.h" 93 94#endif /* __CONFIG_H */ |