]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: firefly-rk3399: enable SPL_ATF_NO_PLATFORM_PARAM
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 2 Jan 2018 20:16:44 +0000 (21:16 +0100)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 3 Jan 2018 13:27:11 +0000 (14:27 +0100)
commitcfe32442b263c45b5497e5050b4c0f29835bccd3
treed459f2f6ef0c10fe66fab6d16b0dceb9f3454105
parent7e9e9527a963cb501498662ec9d2c5b512fd8924
rockchip: firefly-rk3399: enable SPL_ATF_NO_PLATFORM_PARAM

The Rockchip-released ATF for the Firefly apparently (i.e. Kever
reported this) does not tolerate a FDT being passed as the platform
parameter and will run into a hard stop.

To work around this limitation in the ATF parameter handling, we
enable SPL_ATF_NO_PLATFORM_PARAM (which will force passing NULL for
the platform parameters).

Note that this only affects this platform, as the ATF releases for the
RK3368 and RK3399 have always either ignored the platform parameter
(i.e. before the FDT-based parameters were supported) or support
receiving a pointer to a FDT.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
configs/firefly-rk3399_defconfig