]> git.sur5r.net Git - u-boot/blobdiff - include/configs/vexpress_aemv8a.h
pl011: Convert CONFIG_PL011_SERIAL to Kconfig
[u-boot] / include / configs / vexpress_aemv8a.h
index 316198a40225f6d756c759ff0a986ebae9055dad..f18e2ee068a2287a3024f585a1122ff908d60f33 100644 (file)
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (8 << 20))
 
-/* Ethernet Configuration */
-#ifdef CONFIG_TARGET_VEXPRESS64_JUNO
-/* The real hardware Versatile express uses SMSC9118 */
-#define CONFIG_SMC911X                 1
-#define CONFIG_SMC911X_32_BIT          1
-#define CONFIG_SMC911X_BASE            (0x018000000)
-#else
+#ifndef CONFIG_TARGET_VEXPRESS64_JUNO
 /* The Vexpress64 simulators use SMSC91C111 */
 #define CONFIG_SMC91111                        1
 #define CONFIG_SMC91111_BASE           (0x01A000000)
 /* PL011 Serial Configuration */
 #define CONFIG_CONS_INDEX              0
 #define CONFIG_PL01X_SERIAL
-#define CONFIG_PL011_SERIAL
 #ifdef CONFIG_TARGET_VEXPRESS64_JUNO
 #define CONFIG_PL011_CLOCK             7273800
 #else