]> git.baikalelectronics.ru Git - uboot.git/commit
mips: octeon: Fix Octeon DDR driver to use the correct struct
authorStefan Roese <sr@denx.de>
Wed, 28 Oct 2020 14:10:00 +0000 (15:10 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 30 Nov 2020 17:31:56 +0000 (18:31 +0100)
commit0e7f40574c07220ec0864d96f844d09c7f5f1499
tree03a7136c63ce9dfda091cb3d7c2f052735bbb07d
parentea98859a11698f3d1f4f8a720dba692808d0d7a4
mips: octeon: Fix Octeon DDR driver to use the correct struct

Don't use "platdata_auto_alloc_size" but "priv_auto_alloc_size" instead
to auto allocate the private data struct, which is referenced via
dev_get_priv() in this driver. This fixes an ugly bug detected while
trying to boot via SPI NOR.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Aaron Williams <awilliams@marvell.com>
Cc: Chandrakala Chavva <cchavva@marvell.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
drivers/ram/octeon/octeon_ddr.c