diff options
| author | Tom Rini <[email protected]> | 2017-12-18 18:39:18 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-12-18 18:39:18 -0500 |
| commit | eeab579aa8d76b96afbd0862029d4452943bafbe (patch) | |
| tree | 446ba45437bfa80ab191c4137ad3c5a7c86c720c /env | |
| parent | 1a3fc354b50b2a86361964b6d695ce26058248f5 (diff) | |
| parent | cbe503793aba03c19b8d21e0a6e344afe624e2d6 (diff) | |
Merge git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'env')
| -rw-r--r-- | env/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/env/Kconfig b/env/Kconfig index 2477bf85309..bef6e89bfc3 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -427,4 +427,22 @@ config ENV_UBI_VOLUME endif +if ARCH_ROCKCHIP + +config ENV_OFFSET + hex + depends on !ENV_IS_IN_UBI + depends on !ENV_IS_NOWHERE + default 0x3f8000 + help + Offset from the start of the device (or partition) + +config ENV_SIZE + hex + default 0x8000 + help + Size of the environment storage area + +endif + endmenu |
