X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Flinkstation.h;h=cdf68273f9161e567ee8988dd492bc29260b4b4f;hb=c1b3d84168ad423b3932f671c0863327fb005599;hp=aaf663a749b6316ec7e1ef8f2dd59c24d77c8a67;hpb=083d506937002f2795c80fe0c3ae194ad2c3d085;p=u-boot diff --git a/include/configs/linkstation.h b/include/configs/linkstation.h index aaf663a749..cdf68273f9 100644 --- a/include/configs/linkstation.h +++ b/include/configs/linkstation.h @@ -211,7 +211,6 @@ /*----------------------------------------------------------------------- * Ethernet stuff */ -#define CONFIG_NET_MULTI #if defined(CONFIG_LAN) || defined(CONFIG_HLAN) #define CONFIG_TULIP @@ -275,9 +274,8 @@ #else #define CONFIG_SYS_INIT_RAM_ADDR 0x40000000 #endif -#define CONFIG_SYS_INIT_RAM_END 0x1000 -#define CONFIG_SYS_GBL_DATA_SIZE 128 -#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_END - CONFIG_SYS_GBL_DATA_SIZE) +#define CONFIG_SYS_INIT_RAM_SIZE 0x1000 +#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) /*---------------------------------------------------------------------- * Serial configuration