Skip to content
Snippets Groups Projects
  1. Mar 01, 2021
  2. Feb 27, 2021
    • Marek Vasut's avatar
      ARM: imx6: dh-imx6: Drop the SF hunk in config · 4e4b1a10
      Marek Vasut authored and Stefano Babic's avatar Stefano Babic committed
      
      There is now CONFIG_SPL_DM_SPI{,_FLASH}, however keeping
      CONFIG_DM_SPI{,_FLASH} enabled in SPL seems to grow the SPL
      by a couple of bytes:
            text    data     bss     dec     hex filename
       -   34069    1568      96   35733    8b95 spl/u-boot-spl
       +   34075    1568      96   35739    8b9b spl/u-boot-spl
      In either case, the binary is bootable, so remove the part
      in board config.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Andreas Geisreiter <ageisreiter@dh-electronics.de>
      Cc: Jagan Teki <jagan@amarulasolutions.com>
      Cc: Ludwig Zenz <lzenz@dh-electronics.de>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Tom Rini <trini@konsulko.com>
      4e4b1a10
    • Marek Vasut's avatar
      ARM: imx6: dh-imx6: Enable support for applying DTO · 7402310f
      Marek Vasut authored and Stefano Babic's avatar Stefano Babic committed
      
      Enable DTO support to make it possible to boot fitImage with DTOs
      embedded in them.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Stefano Babic <sbabic@denx.de>
      7402310f
    • Marek Vasut's avatar
      ARM: imx: Revert "dh_imx6: Switch to full DM-aware" · 58cbf2ef
      Marek Vasut authored and Stefano Babic's avatar Stefano Babic committed
      This reverts commit 03a673cf ("dh_imx6: Switch to full DM-aware").
      According to discussion [1], the patch is known to break the dh_imx6
      board, however it made it upstream just before 2021.01-rc4, likely by
      mistake. Revert this patch to put the board back into working order.
      
      Also note that this board has no DM SPL support due to OCRAM size
      limitations, but that is fine, as SPL DM support is optional.
      
      [1] https://lists.denx.de/pipermail/u-boot/2020-June/417986.html
      
      
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Andreas Geisreiter <ageisreiter@dh-electronics.de>
      Cc: Jagan Teki <jagan@amarulasolutions.com>
      Cc: Ludwig Zenz <lzenz@dh-electronics.de>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Tom Rini <trini@konsulko.com>
      58cbf2ef
  3. Feb 26, 2021
Loading