Commit 4c1a60c5973be6cf1a1a8b1eb85ee93bdc21a499

Authored by Kever Yang
Committed by Philipp Tomsich
1 parent 36de37f5ca

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

include/configs/evb_rk3328.h
... ... @@ -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