mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 23:44:15 +01:00
Merge "ipq40xx: fixed CONFIG_ENV_RANGE macro"
This commit is contained in:
commit
67dc876bc6
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ typedef struct {
|
|||
#define CONFIG_BOARD_LATE_INIT
|
||||
#define CONFIG_ENV_OFFSET board_env_offset
|
||||
#define CONFIG_ENV_SIZE_MAX (256 << 10) /* 256 KB */
|
||||
#define CONFIG_ENV_RANGE board_env_size
|
||||
#define CONFIG_ENV_RANGE board_env_range
|
||||
#define CONFIG_ENV_SIZE (256 << 10) /* 256 KB */
|
||||
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE_MAX + (256 << 10))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue