Commit 239a25aef1251e1c7a00c067caeb057d1fed63b9

Authored by Peter Robinson
Committed by Philipp Tomsich
1 parent ced3c10fd2

config: evb-rk3399: enable make uboot.itb

Similar to firefly 3399 enable the ability to create a FIT image
with combined arm-trusted-firmware.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

configs/evb-rk3399_defconfig
... ... @@ -11,6 +11,7 @@
11 11 CONFIG_DEBUG_UART=y
12 12 CONFIG_FIT=y
13 13 CONFIG_SPL_LOAD_FIT=y
  14 +CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_atf.py"
14 15 # CONFIG_DISPLAY_CPUINFO is not set
15 16 CONFIG_DISPLAY_BOARDINFO_LATE=y
16 17 CONFIG_SPL_STACK_R=y
... ... @@ -25,6 +26,8 @@
25 26 CONFIG_SPL_OF_CONTROL=y
26 27 CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
27 28 CONFIG_SPL_OF_PLATDATA=y
  29 +CONFIG_SPL_ATF=y
  30 +CONFIG_SPL_ATF_NO_PLATFORM_PARAM=y
28 31 CONFIG_ENV_IS_IN_MMC=y
29 32 CONFIG_NET_RANDOM_ETHADDR=y
30 33 CONFIG_REGMAP=y