From 822ebe51342db269164a7dd7a5394e2e5892422d Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Thu, 18 Oct 2012 12:53:36 +0200 Subject: colibri_t20: nand: change offset handling Rather than relying on hard-coded offsets actually make use of partition table parsing implementation. --- include/configs/colibri_t20.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/configs') diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index 24721ff5734..3888ac79b16 100644 --- a/include/configs/colibri_t20.h +++ b/include/configs/colibri_t20.h @@ -59,8 +59,7 @@ #define CONFIG_REVISION_TAG 1 #define CONFIG_SERIAL_TAG 1 -#define CONFIG_TRDX_CFG_BLOCK_OFFSET (gd->conf_blk_offset) -#define CONFIG_TRDX_CFG_BLOCK_OFFSET2 (gd->conf_blk_offset2) +#define CONFIG_TRDX_CFG_BLOCK #define CONFIG_CMD_ASKENV #define CONFIG_CMD_DIAG -- cgit v1.2.3