From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Niebel Date: Fri, 28 Aug 2015 16:36:39 +0200 Subject: [U-Boot] [RFC PATCH] arm: cache_v7: fix dcache invalidation In-Reply-To: <55E06434.6060304@schmelzer.or.at> References: <1440767528-16523-1-git-send-email-list-09_u-boot@tqsc.de> <55E06434.6060304@schmelzer.or.at> Message-ID: <55E071F7.3000308@tqsc.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 28.08.2015 um 15:37 schrieb Hannes Schmelzer: > Hi Markus, > > On 2015-08-28 15:12, Markus Niebel wrote: >> /* >> diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h >> index f7fade1..0a0cbbe 100644 >> --- a/include/configs/tqma6.h >> +++ b/include/configs/tqma6.h >> @@ -111,10 +111,11 @@ >> #define CONFIG_ARP_TIMEOUT 200UL >> /* Network config - Allow larger/faster download for TFTP/NFS */ >> +/* >> #define CONFIG_IP_DEFRAG >> #define CONFIG_TFTP_BLOCKSIZE 4096 >> #define CONFIG_NFS_READ_SIZE 4096 >> - >> +*/ >> /* Command definition */ >> #define CONFIG_CMD_BMODE > Is this change some mistake ? You are right. Should not be here - sorry. > If not, please separate it from your first patch. > > best regards, > Hannes >