X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fboston.h;h=d7fdb8cdcc2c02a0455150606737322afa215cde;hb=3784c789e7e8de3d022ddf198b01e54b68971cd5;hp=1915ad52494216c38e8203b229d7d453731efe7d;hpb=02ccab1908c405fe1449457d4a0d343784a30acb;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/boston.h b/include/configs/boston.h index 1915ad5..d7fdb8c 100644 --- a/include/configs/boston.h +++ b/include/configs/boston.h @@ -8,6 +8,11 @@ #define __CONFIGS_BOSTON_H__ /* + * General board configuration + */ +#define CONFIG_SYS_BOOTM_LEN (64 * 1024 * 1024) + +/* * CPU */ #define CONFIG_SYS_MIPS_TIMER_FREQ 30000000 @@ -15,7 +20,6 @@ /* * PCI */ -#define CONFIG_CMD_PCI /* * Memory map @@ -41,7 +45,6 @@ * Console */ #define CONFIG_SYS_MAXARGS 16 -#define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ sizeof(CONFIG_SYS_PROMPT) + 16) #define CONFIG_SYS_LONGHELP @@ -59,7 +62,6 @@ /* * Environment */ -#define CONFIG_ENV_IS_IN_FLASH #define CONFIG_ENV_SECT_SIZE 0x20000 #define CONFIG_ENV_SIZE CONFIG_ENV_SECT_SIZE #ifdef CONFIG_64BIT