Commit
4c1a60c5973be6cf1a1a8b1eb85ee93bdc21a499
Exists in
smarc_8mq_lf_v2020.04
and in
20 other branches
8qm-imx_v2020.04_5.4.70_2.3.0, emb_lf-6.6.52-2.2.0, emb_lf_v2022.04, emb_lf_v2023.04, emb_lf_v2024.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
rockchip: evb-rk3328: remove CONFIG_ENV_OFFSET
Remove CONFIG_ENV_OFFSET for there already have one in rockchip_common.h
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>
Showing
1 changed file
with
0 additions
and
6 deletions
Side-by-side Diff
| ... |
... |
@@ -10,12 +10,6 @@ |
|
10
|
10 |
#include <configs/rk3328_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 |
|