[U-Boot] [PATCH] rockchip: evb-rk3328: remove CONFIG_ENV_OFFSET
Kever Yang
kever.yang at rock-chips.com
Thu Oct 26 06:45:02 UTC 2017
Remove CONFIG_ENV_OFFSET for there already have one in rockchip_common.h
Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
---
include/configs/evb_rk3328.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/include/configs/evb_rk3328.h b/include/configs/evb_rk3328.h
index c792ce5..93b18b8 100644
--- a/include/configs/evb_rk3328.h
+++ b/include/configs/evb_rk3328.h
@@ -10,12 +10,6 @@
#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)
--
1.9.1
More information about the U-Boot
mailing list