From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut To: Wolfram Sang Subject: Re: [PATCH] mtd/gpmi : add BBT support Date: Tue, 31 Jan 2012 13:21:30 +0100 References: <1327898174-13656-1-git-send-email-b32955@freescale.com> <201201311237.33997.marek.vasut@gmail.com> <20120131114929.GN2471@pengutronix.de> In-Reply-To: <20120131114929.GN2471@pengutronix.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201201311321.30806.marek.vasut@gmail.com> Cc: Huang Shijie , artem.bityutskiy@intel.com, linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > Actually it's not board specific. You can run various bootloaders or > > various bootstrap tools on any of those boards. Though pdata seems ok > > for the default case, maybe we should have a simple way to override > > this? > > You mean you want to switch to/drop the BBT if you want to? On MX23, > this can be easily a very dangerous thing to do. What's the use case? Tools that don't support writing the BBT properly. > > Regards, > > Wolfram