From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludwig Zenz Date: Mon, 22 Jun 2020 09:38:36 +0000 Subject: [PATCH 03/16] dh_imx6: Switch to full DM-aware Message-ID: <9c77d657861d4bdf8a5dedac708079c7@dh-electronics.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 6/13/20 3:55 PM, Jagan Teki wrote: > Enable DM_SPI/DM_SPI_FLASH with a related config option. > > Build fine, but not tested. Hello, due to memory limitations in the SRAM of the i.MX6S in SPL we have not used the device tree. Have the restrictions been removed in the meantime? We need a single binary for the i.MX6 q/d/dl/s variants of our system on module. I think this patch breaks the board support for our module. regards, Ludwig Zenz > Cc: Ludwig Zenz > Cc: Andreas Geisreiter > Signed-off-by: Jagan Teki > --- > configs/dh_imx6_defconfig | 3 +++ > include/configs/dh_imx6.h | 6 ------ > 2 files changed, 3 insertions(+), 6 deletions(-) > > diff --git a/configs/dh_imx6_defconfig b/configs/dh_imx6_defconfig index d20405e5b2..da756a8e3d 100644 > --- a/configs/dh_imx6_defconfig > +++ b/configs/dh_imx6_defconfig > @@ -49,12 +49,14 @@ CONFIG_CMD_CACHE=y > CONFIG_CMD_TIME=y > CONFIG_CMD_EXT4_WRITE=y > CONFIG_OF_CONTROL=y > +CONFIG_SPL_OF_CONTROL=y > CONFIG_DEFAULT_DEVICE_TREE="imx6q-dhcom-pdk2" > CONFIG_OF_LIST="imx6q-dhcom-pdk2 imx6dl-dhcom-pdk2" > CONFIG_MULTI_DTB_FIT=y > CONFIG_ENV_IS_IN_SPI_FLASH=y > CONFIG_SYS_REDUNDAND_ENVIRONMENT=y > CONFIG_SYS_RELOC_GD_ENV_ADDR=y > +CONFIG_SPL_DM=y > CONFIG_DWC_AHSATA=y > CONFIG_BOOTCOUNT_LIMIT=y > CONFIG_DM_I2C=y > @@ -100,4 +102,5 @@ CONFIG_CI_UDC=y > CONFIG_USB_GADGET_DOWNLOAD=y > CONFIG_WATCHDOG_TIMEOUT_MSECS=60000 > CONFIG_IMX_WATCHDOG=y > +# CONFIG_SPL_WDT is not set > CONFIG_BZIP2=y > diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h index 5bfdf4044b..5fb84f72a2 100644 > --- a/include/configs/dh_imx6.h > +++ b/include/configs/dh_imx6.h > @@ -53,12 +53,6 @@ > /* SATA Configs */ > #define CONFIG_LBA48 > > -/* SPI Flash Configs */ > -#if defined(CONFIG_SPL_BUILD) > -#undef CONFIG_DM_SPI > -#undef CONFIG_DM_SPI_FLASH > -#endif > - > /* UART */ > #define CONFIG_MXC_UART > #define CONFIG_MXC_UART_BASE UART1_BASE > -- > 2.25.1