]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: powerpc: Don't set CONFIG_ENV_ADDR for QorIQ SPIFLASH
authorChris Packham <judge.packham@gmail.com>
Sun, 6 Sep 2020 22:37:35 +0000 (10:37 +1200)
committerTom Rini <trini@konsulko.com>
Tue, 22 Sep 2020 15:26:19 +0000 (11:26 -0400)
commitdc8368b7ee2b06c3b151074e4eb11fe3dbaa41d8
tree67f2845b9bef6a9ac84dea81186352ff3379f935
parent643b5e7ea37139640c4c780a221d365a6ee60194
configs: powerpc: Don't set CONFIG_ENV_ADDR for QorIQ SPIFLASH

Setting CONFIG_ENV_ADDR to something other than 0 stops gd->env_addr
from being allocated dynamically. When the environment is in SPI we need
it to be allocated as we can't use a direct memory mapped address.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
configs/T1023RDB_SPIFLASH_defconfig
configs/T1024RDB_SPIFLASH_defconfig
configs/T1040D4RDB_SPIFLASH_defconfig
configs/T1040RDB_SPIFLASH_defconfig
configs/T1042D4RDB_SPIFLASH_defconfig
configs/T1042RDB_PI_SPIFLASH_defconfig
configs/T2080QDS_SPIFLASH_defconfig
configs/T2080RDB_SPIFLASH_defconfig
configs/T2081QDS_SPIFLASH_defconfig