Re: [PATCH 2/2] Nokia RX-51: Enable CONFIG_DM_USB to remove deprecation warning

2021-06-26 Thread Simon Glass
On Fri, 18 Jun 2021 at 08:57, Pali Rohár wrote: > > From: Ivaylo Dimitrov > > Also disable various options that are auto-enabled by default, but not > really applicable to RX-51. > > Enable CONFIG_SYS_THUMB_BUILD, otherwise the resulting binary becomes too > large to be useful on a real hardware.

[PATCH 2/2] Nokia RX-51: Enable CONFIG_DM_USB to remove deprecation warning

2021-06-18 Thread Pali Rohár
From: Ivaylo Dimitrov Also disable various options that are auto-enabled by default, but not really applicable to RX-51. Enable CONFIG_SYS_THUMB_BUILD, otherwise the resulting binary becomes too large to be useful on a real hardware. Signed-off-by: Ivaylo Dimitrov Tested-by: Pali Rohár --- c