configs: move CFG_BOOTM_LEN up to flash configuration

This commit is contained in:
Alexander Couzens 2015-03-11 17:37:45 +01:00
parent 9735e7c4b9
commit fd424cf047
2 changed files with 2 additions and 4 deletions

View File

@ -26,6 +26,7 @@
#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
@ -58,8 +59,6 @@
#define CFG_MII0_RMII 1
#define CFG_AG7100_GE0_RMII 1
#define CFG_BOOTM_LEN (16 << 20) /* 16 MB */
#include <configs/common.h>
#include <cmd_confdefs.h>

View File

@ -26,6 +26,7 @@
#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
@ -57,8 +58,6 @@
#define CFG_MII0_RMII 1
#define CFG_AG7100_GE0_RMII 1
#define CFG_BOOTM_LEN (16 << 20) /* 16 MB */
#include <configs/common.h>
#include <cmd_confdefs.h>