diff mbox series

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

Message ID 20210618145724.2558-2-pali@kernel.org
State Rejected
Delegated to: Tom Rini
Headers show
Series [1/2] DM_USB: allow building without OF_CONTROL | expand

Commit Message

Pali Rohár June 18, 2021, 2:57 p.m. UTC
From: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>

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 <ivo.g.dimitrov.75@gmail.com>
Tested-by: Pali Rohár <pali@kernel.org>
---
 configs/nokia_rx51_defconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Simon Glass June 26, 2021, 6:31 p.m. UTC | #1
On Fri, 18 Jun 2021 at 08:57, Pali Rohár <pali@kernel.org> wrote:
>
> From: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
>
> 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 <ivo.g.dimitrov.75@gmail.com>
> Tested-by: Pali Rohár <pali@kernel.org>
> ---
>  configs/nokia_rx51_defconfig | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig
index 981e6f95cb1f..0611d002908f 100644
--- a/configs/nokia_rx51_defconfig
+++ b/configs/nokia_rx51_defconfig
@@ -1,5 +1,4 @@ 
 CONFIG_ARM=y
-# CONFIG_SYS_THUMB_BUILD is not set
 CONFIG_ARCH_OMAP2PLUS=y
 CONFIG_SYS_TEXT_BASE=0x80008000
 CONFIG_NR_DRAM_BANKS=2
@@ -25,6 +24,7 @@  CONFIG_CMD_BOOTZ=y
 # CONFIG_BOOTM_VXWORKS is not set
 CONFIG_CMD_BOOTMENU=y
 # CONFIG_CMD_ELF is not set
+# CONFIG_CMD_FDT is not set
 # CONFIG_CMD_IMI is not set
 # CONFIG_CMD_XIMG is not set
 # CONFIG_CMD_EXPORTENV is not set
@@ -62,6 +62,7 @@  CONFIG_CONS_INDEX=3
 CONFIG_SYS_NS16550=y
 CONFIG_SPI=y
 CONFIG_USB=y
+CONFIG_DM_USB=y
 CONFIG_USB_MUSB_UDC=y
 CONFIG_USB_OMAP3=y
 CONFIG_CFB_CONSOLE=y
@@ -71,3 +72,5 @@  CONFIG_SPLASH_SCREEN=y
 CONFIG_WATCHDOG_TIMEOUT_MSECS=31000
 CONFIG_WDT=y
 # CONFIG_GZIP is not set
+# CONFIG_OF_LIBFDT_OVERLAY is not set
+# CONFIG_EFI_LOADER is not set