All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] ARM: uniphier: decrease the SPL image size to fix uniphier_v7_defconfig
@ 2018-04-20  9:14 Masahiro Yamada
  2018-04-20  9:14 ` [U-Boot] [PATCH 1/4] mmc: tmio: move clk_enable() to each driver's probe function Masahiro Yamada
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Masahiro Yamada @ 2018-04-20  9:14 UTC (permalink / raw)
  To: u-boot


Usually, the image size tends to increase gradually.
Finally, it is hitting the size limit for my board.

One size consuming part is the clock driver, and it is only used
by the SD/eMMC driver in SPL.  By disabling it, I can save lots of space.



Masahiro Yamada (4):
  mmc: tmio: move clk_enable() to each driver's probe function
  mmc: uniphier-sd: skip clock set-up for SPL
  ARM: dts: uniphier: drop u-boot,dm-pre-reloc from SD/eMMC clock node
  clk: uniphier: disable SPL_CLK

 arch/arm/dts/uniphier-v7-u-boot.dtsi | 16 ----------------
 drivers/clk/uniphier/Kconfig         |  1 -
 drivers/mmc/renesas-sdhi.c           | 23 +++++++++++++++++++++++
 drivers/mmc/tmio-common.c            | 22 ----------------------
 drivers/mmc/uniphier-sd.c            | 29 +++++++++++++++++++++++++++++
 5 files changed, 52 insertions(+), 39 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-04-23 16:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-20  9:14 [U-Boot] [PATCH 0/4] ARM: uniphier: decrease the SPL image size to fix uniphier_v7_defconfig Masahiro Yamada
2018-04-20  9:14 ` [U-Boot] [PATCH 1/4] mmc: tmio: move clk_enable() to each driver's probe function Masahiro Yamada
2018-04-20  9:23   ` Masahiro Yamada
2018-04-20  9:14 ` [U-Boot] [PATCH 2/4] mmc: uniphier-sd: skip clock set-up for SPL Masahiro Yamada
2018-04-20  9:14 ` [U-Boot] [PATCH 3/4] ARM: dts: uniphier: drop u-boot, dm-pre-reloc from SD/eMMC clock node Masahiro Yamada
2018-04-20  9:14 ` [U-Boot] [PATCH 4/4] clk: uniphier: disable SPL_CLK Masahiro Yamada
2018-04-23 16:03 ` [U-Boot] [PATCH 0/4] ARM: uniphier: decrease the SPL image size to fix uniphier_v7_defconfig Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.