From 2cc195e0a5690bf022631ae420767e5b91c37476 Mon Sep 17 00:00:00 2001
From: Michael Jones <michael.jones@matrix-vision.de>
Date: Mon, 18 Apr 2011 22:12:33 +0000
Subject: Remove remnants of obsolete CONFIG_SYS_GBL_DATA_SIZE comments

commit 25ddd1fb0a2281b182529afbc8fda5de2dc16d96 left remnants of
many comments about CONFIG_SYS_GBL_DATA_SIZE.

Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
---
 include/configs/ipek01.h | 2 --
 1 file changed, 2 deletions(-)

(limited to 'include/configs/ipek01.h')

diff --git a/include/configs/ipek01.h b/include/configs/ipek01.h
index d3821389fd..ba08d92e35 100644
--- a/include/configs/ipek01.h
+++ b/include/configs/ipek01.h
@@ -266,8 +266,6 @@
 /* End of used area in DPRAM */
 #define CONFIG_SYS_INIT_RAM_SIZE		MPC5XXX_SRAM_SIZE
 
-/* size in bytes reserved for initial data */
-
 #define CONFIG_SYS_GBL_DATA_OFFSET	(CONFIG_SYS_INIT_RAM_SIZE - \
 					 GENERATED_GBL_DATA_SIZE)
 #define CONFIG_SYS_INIT_SP_OFFSET	CONFIG_SYS_GBL_DATA_OFFSET
-- 
cgit v1.2.1