]> git.sur5r.net Git - u-boot/blobdiff - include/configs/CPCI750.h
microblaze: Enable TFTP put command
[u-boot] / include / configs / CPCI750.h
index 76172eb2dc5f8ec5a47435a995ea0450fd9e8c17..d735e613d8ac429dc986e44a7bf7fda0c76b97b4 100644 (file)
 #define CONFIG_MPSC_PORT       0
 
 /* to change the default ethernet port, use this define (options: 0, 1, 2) */
-#define CONFIG_NET_MULTI
 #define MV_ETH_DEVS            1
 #define CONFIG_ETHER_PORT      0
 
 /* #define CONFIG_SYS_INIT_RAM_ADDR    0xfba00000*/ /* unused memory region */
 #define CONFIG_SYS_INIT_RAM_ADDR       0xf1080000 /* unused memory region */
 #define CONFIG_SYS_INIT_RAM_SIZE       0x1000
-#define CONFIG_SYS_GBL_DATA_SIZE       128  /* size in bytes reserved for init data */
-#define CONFIG_SYS_GBL_DATA_OFFSET     (CONFIG_SYS_INIT_RAM_SIZE - CONFIG_SYS_GBL_DATA_SIZE)
+#define CONFIG_SYS_GBL_DATA_OFFSET     (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
 
 #define RELOCATE_INTERNAL_RAM_ADDR
 #ifdef RELOCATE_INTERNAL_RAM_ADDR