From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Pont Date: Thu, 28 May 2015 12:26:46 +0100 Subject: [U-Boot] [PATCH] mx6_common: Fix LOADADDR and SYS_TEXT_BASE for MX6SL and MX6SX In-Reply-To: <5566EC41.1080807@denx.de> References: <1432693331-910-1-git-send-email-festevam@gmail.com> <5566E543.6090008@denx.de> <5566EC41.1080807@denx.de> Message-ID: <00a601d09939$36d68b40$a483a1c0$@pont@sdcsystems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, [snip] > >> #ifndef CONFIG_SYS_TEXT_BASE > >> -#define CONFIG_SYS_TEXT_BASE 0x17800000 > >> #endif Doesn't this also leave an empty, and therefore meaningless #ifndef...#endif that could be removed completely? Regards, Andy.