[U-Boot] [PATCH] spl: kconfig: separate sysreset and firmware drivers from misc
Simon Goldschmidt
simon.k.r.goldschmidt at gmail.com
Sat May 4 20:19:55 UTC 2019
Am 04.05.2019 um 22:16 schrieb Marek Behun:
> On Sat, 4 May 2019 22:03:56 +0200
> Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com> wrote:
>
>> diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h
>> index 018f54428b..7cffdc3d51 100644
>> --- a/include/configs/turris_omnia.h
>> +++ b/include/configs/turris_omnia.h
>> @@ -52,6 +52,8 @@
>> #define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10))
>> #define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
>> #define CONFIG_SPL_DRIVERS_MISC_SUPPORT
>> +#define CONFIG_SPL_DRIVERS_FIRMWARE_SUPPORT
>> +#define CONFIG_SPL_SYSRESET_SUPPORT
>
> These are not required for Turris Omnia, only
> CONFIG_SPL_DRIVERS_MISC_SUPPORT for ATSHA204A.
I would have suspected that not all of these are required for all boards
I changed. However, I'd rather have this patch as it is (it adds kconfig
symbols but shouldn't change the binaries) and the various board
maintainers can then reduce their configuration as fits as a follow-up.
Regards,
Simon
More information about the U-Boot
mailing list