]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/sbc8548.h
sunxi: Update sunxi-common.h to deal with different DRAM base addr on sun9i
[people/ms/u-boot.git] / include / configs / sbc8548.h
index f28f350fcc86923545139a94501dfcbcde7e6246..5b373cb0f1e0bd7afe4dd39af7b7080659c78191 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /*
  * Top level Makefile configuration choices
  */
 /*
  * Environment Configuration
  */
-
-/* The mac addresses for all ethernet interface */
 #if defined(CONFIG_TSEC_ENET)
 #define CONFIG_HAS_ETH0
-#define CONFIG_ETHADDR  02:E0:0C:00:00:FD
 #define CONFIG_HAS_ETH1
-#define CONFIG_ETH1ADDR         02:E0:0C:00:01:FD
 #endif
 
 #define CONFIG_IPADDR   192.168.0.55