rockchip: evb-rk3328: remove CONFIG_ENV_OFFSET
authorKever Yang <kever.yang@rock-chips.com>
Thu, 26 Oct 2017 06:45:02 +0000 (14:45 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 1 Nov 2017 10:21:32 +0000 (11:21 +0100)
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>
include/configs/evb_rk3328.h

index c792ce55c14491a2870fbfbe50034b66063ef768..93b18b8c46e1504c9bb8796f6c7e66f342cf4b4a 100644 (file)
 #include <configs/rk3328_common.h>
 
 #define CONFIG_SYS_MMC_ENV_DEV 1
-/*
- * SPL @ 32k for ~36k
- * ENV @ 96k
- * u-boot @ 128K
- */
-#define CONFIG_ENV_OFFSET (96 * 1024)
 
 #define SDRAM_BANK_SIZE                        (2UL << 30)