diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2017-11-03 16:11:04 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-11-07 09:16:56 +0100 |
commit | 5d2f1d8271e52e24e63e52ac7011466d2b3cdd02 (patch) | |
tree | e71f26f44392e23a9d25cf0f102cc6290447a83a /include | |
parent | 7a69604bce9a9a9476753af64e5a1870880c1333 (diff) | |
download | u-boot-5d2f1d8271e52e24e63e52ac7011466d2b3cdd02.tar.gz |
rockchip: rock: remove CONFIG_ENV_OFFSET
We use the same default ENV setting in rockchip_common.h for all SoC.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rock.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/configs/rock.h b/include/configs/rock.h index 8d845d95e3..468dfdbff9 100644 --- a/include/configs/rock.h +++ b/include/configs/rock.h @@ -12,18 +12,4 @@ #define CONFIG_SYS_MMC_ENV_DEV 0 -#if CONFIG_IS_ENABLED(ROCKCHIP_BACK_TO_BROM) -/* SPL @ 32k for 34k - * u-boot directly after @ 68k for 400k or so - * ENV @ 992k - */ -#define CONFIG_ENV_OFFSET ((1024-32) * 1024) -#else -/* SPL @ 32k for ~36k - * ENV @ 96k - * u-boot @ 128K - */ -#define CONFIG_ENV_OFFSET (96 * 1024) -#endif - #endif |