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