diff options
author | Stefan Roese <sr@denx.de> | 2019-08-27 08:14:50 +0200 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2019-09-30 09:15:23 +0300 |
commit | e074d0f79b2e2893e5c1752b2c302bb4aa5a491e (patch) | |
tree | 527dc0eba0428790123d1ed798aaf4b0a51cf9cf /configs/gardena-smart-gateway-at91sam_defconfig | |
parent | 31e086e460fb5de6dd42559babdc1e027ed2fe96 (diff) | |
download | u-boot-e074d0f79b2e2893e5c1752b2c302bb4aa5a491e.tar.gz u-boot-e074d0f79b2e2893e5c1752b2c302bb4aa5a491e.tar.bz2 u-boot-e074d0f79b2e2893e5c1752b2c302bb4aa5a491e.zip |
arm: at91: gardena-smart-gateway-at91sam: Enable CONFIG_SYS_NAND_USE_FLASH_BBT
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 Roese <sr@denx.de>
Cc: Eugen Hristev <eugen.hristev@microchip.com>
Cc: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/gardena-smart-gateway-at91sam_defconfig')
-rw-r--r-- | configs/gardena-smart-gateway-at91sam_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/gardena-smart-gateway-at91sam_defconfig b/configs/gardena-smart-gateway-at91sam_defconfig index 65dd083854..4a2cc331a6 100644 --- a/configs/gardena-smart-gateway-at91sam_defconfig +++ b/configs/gardena-smart-gateway-at91sam_defconfig @@ -66,7 +66,6 @@ CONFIG_AT91_GPIO=y CONFIG_LED=y CONFIG_LED_GPIO=y # CONFIG_MMC is not set -# CONFIG_SYS_NAND_USE_FLASH_BBT is not set CONFIG_NAND_ATMEL=y CONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER=y CONFIG_DM_ETH=y |