Re: [U-Boot] [PATCH] arm: at91: gardena-smart-gateway-at91sam: Enable CONFIG_SYS_NAND_USE_FLASH_BBT

2019-09-13 Thread Stefan Roese
Hi Alex, On 13.09.19 15:09, Alexander Dahl wrote: Am Dienstag, 27. August 2019, 08:14:50 CEST schrieb Stefan Roese: This patch enables the BBT in NAND on the AT91SAM based GARDENA smart Gateway. This is especially important, since the Linux driver also enables this option and uses the BBT

Re: [U-Boot] [PATCH] arm: at91: gardena-smart-gateway-at91sam: Enable CONFIG_SYS_NAND_USE_FLASH_BBT

2019-09-13 Thread Alexander Dahl
Hei hei, Am Dienstag, 27. August 2019, 08:14:50 CEST schrieb Stefan Roese: > This patch enables the BBT in NAND on the AT91SAM based GARDENA smart > Gateway. This is especially important, since the Linux driver also > enables this option and uses the BBT table pages. Without setting this >

Re: [U-Boot] [PATCH] arm: at91: gardena-smart-gateway-at91sam: Enable CONFIG_SYS_NAND_USE_FLASH_BBT

2019-09-12 Thread Stefan Roese
Hi Eugen, On 12.09.19 08:07, eugen.hris...@microchip.com wrote: This patch enables the BBT in NAND on the AT91SAM based GARDENA smart Gateway. This is especially important, since the Linux driver also enables this option and uses the BBT table pages. Without setting this option, U-Boot will try

Re: [U-Boot] [PATCH] arm: at91: gardena-smart-gateway-at91sam: Enable CONFIG_SYS_NAND_USE_FLASH_BBT

2019-09-12 Thread Eugen.Hristev
On 11.09.2019 16:13, Stefan Roese wrote: > > Hi Eugen, > > On 27.08.19 09:54, eugen.hris...@microchip.com wrote: >> >> >> On 27.08.2019 09:14, Stefan Roese wrote: >> >>> >>> This patch enables the BBT in NAND on the AT91SAM based GARDENA smart >>> Gateway. This is especially important, since

Re: [U-Boot] [PATCH] arm: at91: gardena-smart-gateway-at91sam: Enable CONFIG_SYS_NAND_USE_FLASH_BBT

2019-09-11 Thread Stefan Roese
Hi Eugen, On 27.08.19 09:54, eugen.hris...@microchip.com wrote: On 27.08.2019 09:14, Stefan Roese wrote: This patch enables the BBT in NAND on the AT91SAM based GARDENA smart Gateway. This is especially important, since the Linux driver also enables this option and uses the BBT table

Re: [U-Boot] [PATCH] arm: at91: gardena-smart-gateway-at91sam: Enable CONFIG_SYS_NAND_USE_FLASH_BBT

2019-08-27 Thread Eugen.Hristev
On 27.08.2019 09:14, Stefan Roese wrote: > > This patch enables the BBT in NAND on the AT91SAM based GARDENA smart > Gateway. This is especially important, since the Linux driver also > enables this option and uses the BBT table pages. Without setting this > option, U-Boot will try to re-use

[U-Boot] [PATCH] arm: at91: gardena-smart-gateway-at91sam: Enable CONFIG_SYS_NAND_USE_FLASH_BBT

2019-08-27 Thread Stefan Roese
This patch enables the BBT in NAND on the AT91SAM based GARDENA smart Gateway. This is especially important, since the Linux driver also enables this option and uses the BBT table pages. Without setting this option, U-Boot will try to re-use these pages again (e.g. UBI). Signed-off-by: Stefan