configs: move CFG_BOOTM_LEN into common.h

This commit is contained in:
Alexander Couzens 2015-03-11 17:38:37 +01:00
parent fd424cf047
commit 96158b1b2e
3 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@
#define CFG_MAX_FLASH_SECT 256
#define CFG_FLASH_SECTOR_SIZE (64*1024)
#define CFG_FLASH_SIZE 0x01000000
#define CFG_BOOTM_LEN (16 << 20) /* 16 MB */
#define BOARDCAL 0x9fff0000

View File

@ -51,6 +51,7 @@
/* check if boot cycle threshold reached : if not try to boot linux if this fails run recovery */
#define CONFIG_BOOTCOMMAND "inccycle ; if checkcycle ; then bootm 0x9f050000 ; run_recovery ; else run_recovery ; fi"
#define CFG_BOOTM_LEN (16 << 20) /* 16 MB */
#define CONFIG_NET_MULTI

View File

@ -26,7 +26,6 @@
#define CFG_MAX_FLASH_SECT 128
#define CFG_FLASH_SECTOR_SIZE (64*1024)
#define CFG_FLASH_SIZE 0x00800000
#define CFG_BOOTM_LEN (16 << 20) /* 16 MB */
#define BOARDCAL 0x9f7f0000