From fd424cf0473600571c9eb6f077359e358ec6b10b Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 11 Mar 2015 17:37:45 +0100 Subject: [PATCH] configs: move CFG_BOOTM_LEN up to flash configuration --- u-boot/include/configs/carambola2.h | 3 +-- u-boot/include/configs/skylab.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/u-boot/include/configs/carambola2.h b/u-boot/include/configs/carambola2.h index 31b6bc01bb..9729d0b43e 100644 --- a/u-boot/include/configs/carambola2.h +++ b/u-boot/include/configs/carambola2.h @@ -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 #include diff --git a/u-boot/include/configs/skylab.h b/u-boot/include/configs/skylab.h index 49dec5d508..64a3d920e0 100644 --- a/u-boot/include/configs/skylab.h +++ b/u-boot/include/configs/skylab.h @@ -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 #include