Nokia RX-51: Move code from defconfig back to C header file
authorPali Rohár <pali@kernel.org>
Tue, 31 Mar 2020 22:35:11 +0000 (00:35 +0200)
committerLokesh Vutla <lokeshvutla@ti.com>
Mon, 11 May 2020 04:46:49 +0000 (10:16 +0530)
commitfca7abf3b9d476546d29d83c1adfd0c3907206d9
tree9e27e6c176772390344bfdbc9f8f20467a72bf6c
parent778907d2132be43ec286f07fade5cdb6b3cbfffb
Nokia RX-51: Move code from defconfig back to C header file

In commit commit 37304aaf60bf ("Convert CONFIG_USE_PREBOOT and
CONFIG_PREBOOT to Kconfig") was moved complicated multiline script code
from C header to oneliner in defconfig. After this change multiline to wide
oneliner it is hard to read this code and even harder to debug. Moreover
this script code should be at place where are other scripts, so move it
back to C header file.

Define new env variable preboot which stores this script and in option
CONFIG_PREBOOT calls this preboot variable.

Signed-off-by: Pali Rohár <pali@kernel.org>
configs/nokia_rx51_defconfig
include/configs/nokia_rx51.h