]> git.sur5r.net Git - u-boot/blobdiff - include/configs/vme8349.h
am57xx_hs: avb2.0: add support of AVB 2.0
[u-boot] / include / configs / vme8349.h
index 6bbf364c0cda5e299dc15f30139d6a7d8339e3ea..0d8ae0b099b63457d76086241887a92184f1feda 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * esd vme8349 U-Boot configuration file
  * Copyright (c) 2008, 2009 esd gmbh Hannover Germany
@@ -7,8 +8,6 @@
  *
  * reinhard.arlt@esd-electronics.de
  * Based on the MPC8349EMDS config.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /*
 /*
  * Serial Port
  */
-#define CONFIG_CONS_INDEX      1
 #define CONFIG_SYS_NS16550_SERIAL
 #define CONFIG_SYS_NS16550_REG_SIZE    1
 #define CONFIG_SYS_NS16550_CLK         get_bus_freq(0)
 /*
  * TSEC configuration
  */
-#ifdef VME_CADDY2
-#else
-#define CONFIG_TSEC_ENET               /* TSEC ethernet support */
-#endif
 
 #if defined(CONFIG_TSEC_ENET)
 
 #define CONFIG_HAS_ETH1
 #endif
 
-#define CONFIG_HOSTNAME                VME8349
+#define CONFIG_HOSTNAME                "VME8349"
 #define CONFIG_ROOTPATH                "/tftpboot/rootfs"
 #define CONFIG_BOOTFILE                "uImage"