[U-Boot] [PATCH 00/11] sunxi: arm64 binary size fixes
Maxime Ripard
maxime.ripard at free-electrons.com
Thu Dec 21 12:40:19 UTC 2017
Hi,
As we discussed already, this is the list of options that we will need
to disable by default.
I also added to the mix a size check, which even though it's not
really optimal, is temporary and will be removed in a future (and
hopefully close) release.
Tom, is this still something we can merge for 2018.01?
Thanks!
Maxime
Andre Heider (1):
sunxi: imply CONFIG_OF_LIBFDT_OVERLAY
Maxime Ripard (10):
cmd: crc32: Disable by default on sunXi
cmd: unzip: Disable by default on sunXi
cmd: loadb: Disable by default on sunXi
cmd: loads: Disable by default on sunXi
cmd: misc: Disable by default on sunXi
video: bpp8: Disable by default on sunXi
video: bpp16: Disable by default on sunXi
net: regex: Disable by default on sunXi
Makefile: Add size check to the u-boot.itb make target
sunxi: Add limit with the MMC environment
Makefile | 1 +
arch/arm/Kconfig | 1 +
cmd/Kconfig | 5 +++++
configs/CHIP_defconfig | 1 -
configs/CHIP_pro_defconfig | 1 -
drivers/video/Kconfig | 2 ++
include/configs/sunxi-common.h | 10 ++++++++++
lib/Kconfig | 1 +
8 files changed, 20 insertions(+), 2 deletions(-)
--
2.14.3
More information about the U-Boot
mailing list