From ac078fef8cfa7f7e157615ef1868ab3de8230cef Mon Sep 17 00:00:00 2001
From: Marcel Ziswiler <marcel@ziswiler.com>
Date: Sun, 1 Mar 2015 00:53:10 +0100
Subject: [PATCH] pxa: balloon3: remove nowhere used symbol
 CONFIG_SYS_MEM_BUF_IMP

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
---
 include/configs/balloon3.h | 1 -
 include/configs/vpac270.h  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/include/configs/balloon3.h b/include/configs/balloon3.h
index 8dabc80974..f20a631f0b 100644
--- a/include/configs/balloon3.h
+++ b/include/configs/balloon3.h
@@ -190,7 +190,6 @@
 #define	CONFIG_SYS_MDMRS_VAL	0x00220022
 #define	CONFIG_SYS_FLYCNFG_VAL	0x00000000
 #define	CONFIG_SYS_SXCNFG_VAL	0x00000000
-#define	CONFIG_SYS_MEM_BUF_IMP	0x0f
 
 /*
  * PCMCIA and CF Interfaces
diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h
index 2fb91a8f8c..e54601d4dd 100644
--- a/include/configs/vpac270.h
+++ b/include/configs/vpac270.h
@@ -297,7 +297,6 @@
 #define	CONFIG_SYS_MDMRS_VAL	0x00000000
 #define	CONFIG_SYS_FLYCNFG_VAL	0x00000000
 #define	CONFIG_SYS_SXCNFG_VAL	0x40044004
-#define	CONFIG_SYS_MEM_BUF_IMP	0x0f
 
 /*
  * PCMCIA and CF Interfaces
-- 
2.39.5