X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fmpc5121-common.h;h=a5e77c5a791302ffd1fc0df31ae5c7602a5b2d21;hb=48680493092b72f084b60757889fae3d7ee62058;hp=399e43f09e4a233e77d8b73a9acf24ca1d9d195a;hpb=553f09823cced77296825f615f00321d932bf914;p=oweals%2Fu-boot.git diff --git a/include/configs/mpc5121-common.h b/include/configs/mpc5121-common.h index 399e43f09e..a5e77c5a79 100644 --- a/include/configs/mpc5121-common.h +++ b/include/configs/mpc5121-common.h @@ -27,9 +27,8 @@ #define CONFIG_SYS_INIT_RAM_ADDR CONFIG_SYS_SRAM_BASE /* Init RAM base */ #define CONFIG_SYS_INIT_RAM_SIZE CONFIG_SYS_SRAM_SIZE /* Size of area */ -#define CONFIG_SYS_GBL_DATA_SIZE 0x100 /* num bytes of initial data */ #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \ - CONFIG_SYS_GBL_DATA_SIZE) + GENERATED_GBL_DATA_SIZE) #define CONFIG_SYS_INIT_SP_OFFSET (CONFIG_SYS_GBL_DATA_OFFSET - 0x4) #define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest region */