X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fconfigs%2Fvenice2.h;h=0fc8cf7674d1d3ac8f4d106821e39f88ecf11a4c;hp=45940024249ebafbebc6146b23dde5145e407266;hb=5c27b3b75988f13e313e028dc6849c5c531a5f75;hpb=24b21524909a79c6b1cf131e87a53572b48a4284 diff --git a/include/configs/venice2.h b/include/configs/venice2.h index 4594002424..0fc8cf7674 100644 --- a/include/configs/venice2.h +++ b/include/configs/venice2.h @@ -13,11 +13,9 @@ #include "tegra124-common.h" /* High-level configuration options */ -#define V_PROMPT "Tegra124 (Venice2) # " #define CONFIG_TEGRA_BOARD_STRING "NVIDIA Venice2" /* Board-specific serial config */ -#define CONFIG_SERIAL_MULTI #define CONFIG_TEGRA_ENABLE_UARTA #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE @@ -38,9 +36,6 @@ #define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE) /* SPI */ -#define CONFIG_TEGRA114_SPI /* Compatible w/ Tegra114 SPI */ -#define CONFIG_TEGRA114_SPI_CTRLS 6 -#define CONFIG_SPI_FLASH #define CONFIG_SPI_FLASH_WINBOND #define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 #define CONFIG_SF_DEFAULT_SPEED 24000000 @@ -60,10 +55,11 @@ #define CONFIG_USB_ETHER_ASIX /* General networking support */ -#define CONFIG_CMD_NET #define CONFIG_CMD_DHCP #include "tegra-common-usb-gadget.h" #include "tegra-common-post.h" +#define CONFIG_OF_BOARD_SETUP + #endif /* __CONFIG_H */