X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2FNETTA2.h;h=c58899beea6e2b7d98618162426060fc0d5f0d82;hb=99154714e29fbea8d5cd30e691ff4db990dcc6f4;hp=5415b5c151a1acca9cdc9b8690e2f94228fdeb2b;hpb=553f09823cced77296825f615f00321d932bf914;p=u-boot diff --git a/include/configs/NETTA2.h b/include/configs/NETTA2.h index 5415b5c151..c58899beea 100644 --- a/include/configs/NETTA2.h +++ b/include/configs/NETTA2.h @@ -100,7 +100,6 @@ #define CONFIG_RTC_MPC8xx /* use internal RTC of MPC8xx */ -#define CONFIG_NET_MULTI 1 /* the only way to get the FEC in */ #define FEC_ENET 1 /* eth.c needs it that way... */ #undef CONFIG_SYS_DISCOVER_PHY #define CONFIG_MII 1 @@ -174,8 +173,7 @@ */ #define CONFIG_SYS_INIT_RAM_ADDR CONFIG_SYS_IMMR #define CONFIG_SYS_INIT_RAM_SIZE 0x3000 /* Size of used area in DPRAM */ -#define CONFIG_SYS_GBL_DATA_SIZE 64 /* size in bytes reserved for initial 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 CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET /*-----------------------------------------------------------------------