Commit
861ff277575fb00c8b8d22c3baab726c353a8fea
Exists in
smarc_8mq_lf_v2020.04
and in
18 other branches
8qm-imx_v2020.04_5.4.70_2.3.0, emb_lf_v2022.04, emb_lf_v2023.04, pitx_8mp_lf_v2020.04, smarc-8m-android-10.0.0_2.6.0, smarc-8m-android-11.0.0_2.0.0, smarc-8mp-android-11.0.0_2.0.0, smarc-imx6_v2018.03_4.14.98_2.0.0_ga, smarc-imx7_v2018.03_4.14.98_2.0.0_ga, smarc-imx_v2018.03_4.14.78_1.0.0_ga, smarc_8m-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8m-imx_v2019.04_4.19.35_1.1.0, smarc_8m_00d0-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2019.04_4.19.35_1.1.0, smarc_8mm-imx_v2020.04_5.4.24_2.1.0, smarc_8mp_lf_v2020.04, smarc_8mq-imx_v2020.04_5.4.24_2.1.0
evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSET
CONFIG_ENV_OFFSET is already defined in
include/configs/rockchip-common.h
For CONFIG_ROCKCHIP_BACK_TO_BROM=y we redefine CONFIG_ENV_OFFSET
to an unsuitable value. We were lucky to get a compiler warning.
Remove the incorrect redefinition.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Showing
1 changed file
with
0 additions
and
6 deletions
Side-by-side Diff
... |
... |
@@ -10,12 +10,6 @@ |
10
|
10 |
#include <configs/rk3399_common.h> |
11
|
11 |
|
12
|
12 |
#define CONFIG_SYS_MMC_ENV_DEV 1 |
13
|
|
-/* |
14
|
|
- * SPL @ 32k for ~36k |
15
|
|
- * ENV @ 96k |
16
|
|
- * u-boot @ 128K |
17
|
|
- */ |
18
|
|
-#define CONFIG_ENV_OFFSET (96 * 1024) |
19
|
13 |
|
20
|
14 |
#define SDRAM_BANK_SIZE (2UL << 30) |
21
|
15 |
|