X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fmv-common.h;h=3f5fcc69a2d2b4d460d4142ab29a4f82a85d12a2;hb=99154714e29fbea8d5cd30e691ff4db990dcc6f4;hp=a8937dde2d481853a19ca3e96534e3475797abb7;hpb=cf946c6d09938e1e6ef01a7488c6e75a1cf71c47;p=u-boot diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index a8937dde2d..3f5fcc69a2 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -93,7 +93,6 @@ * Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (1024 * 1024) /* 1MiB for malloc() */ -/* size in bytes reserved for initial data */ /* * Other required minimal configurations @@ -113,6 +112,9 @@ #define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ +/* ====> Include platform Common Definitions */ +#include + /* * DRAM Banks configuration, Custom config can be done in .h */ @@ -124,10 +126,7 @@ #endif #endif /* CONFIG_NR_DRAM_BANKS */ -/* ====> Include platform Common Definations */ -#include - -/* ====> Include driver Common Definations */ +/* ====> Include driver Common Definitions */ /* * Common NAND configuration */