diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2015-02-28 23:53:10 (GMT) |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-03-02 09:59:50 (GMT) |
commit | ac078fef8cfa7f7e157615ef1868ab3de8230cef (patch) | |
tree | 1507c1d000525ea228b52c8b7232332fbbeec916 | |
parent | e2b70325246f4ea959e883f4caa9e59fb029127d (diff) | |
download | u-boot-ac078fef8cfa7f7e157615ef1868ab3de8230cef.tar.xz |
pxa: balloon3: remove nowhere used symbol CONFIG_SYS_MEM_BUF_IMP
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
-rw-r--r-- | include/configs/balloon3.h | 1 | ||||
-rw-r--r-- | include/configs/vpac270.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/balloon3.h b/include/configs/balloon3.h index 8dabc80..f20a631 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 2fb91a8..e54601d 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 |