mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 07:31:11 +01:00
Merge branch 'master' of git://git.denx.de/u-boot-onenand
* 'master' of git://git.denx.de/u-boot-onenand: env_onenand: set ONENAND_MAX_ENV_SIZE to CONFIG_ENV_SIZE Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
commit
6d36121b87
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
char *env_name_spec = "OneNAND";
|
||||
|
||||
#define ONENAND_MAX_ENV_SIZE 4096
|
||||
#define ONENAND_MAX_ENV_SIZE CONFIG_ENV_SIZE
|
||||
#define ONENAND_ENV_SIZE(mtd) (ONENAND_MAX_ENV_SIZE - ENV_HEADER_SIZE)
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue