[U-Boot] [PATCH v2 0/2] at91: taurus: Fix the build warnings
Heiko Schocher
hs at denx.de
Tue Apr 16 11:31:56 UTC 2019
Fix build Warnings:
===================== WARNING ======================
This board does not use CONFIG_DM_USB. Please update
the board to use CONFIG_DM_USB before the v2019.07 release.
Failure to update by the deadline may result in board removal.
See doc/driver-model/MIGRATION.txt for more info.
====================================================
CONFIG_OF_EMBED is enabled. This option should only
be used for debugging purposes. Please use
CONFIG_OF_SEPARATE for boards in mainline.
See doc/README.fdt-control for more info.
This board does not use CONFIG_DM_SPI_FLASH. Please update
the board to use CONFIG_SPI_FLASH before the v2019.07 release.
travis build:
https://travis-ci.org/hsdenx/u-boot/builds/520626543
Changes in v2:
- add comment from Eugen
fix axm_defconfig
- sync defconfig
make savedefconfig with newest mainline
- set EXTRA_ENV_SETTINGS for axm board
- set BOARD_AXM or BOARD_TAURUS through Kconfig
and remove entry in scripts/config_whitelist.txt
- removed patch "at91sam9260.dtsi: add some labels"
as already applied from Eugen
- rebased series against u-boot-at91
- new in v2 as Eugen Hristev used -Werror and
build failed.
Heiko Schocher (2):
at91: cleanup taurus port
dtb_platdata.py: prevent define generation of alias
arch/arm/dts/at91sam9g20-taurus.dts | 158 ++++++++++++++--------------
board/siemens/taurus/Kconfig | 16 +++
board/siemens/taurus/taurus.c | 33 +-----
configs/axm_defconfig | 46 ++++++--
configs/taurus_defconfig | 40 +++++--
include/configs/taurus.h | 57 +++++++++-
scripts/config_whitelist.txt | 2 -
tools/dtoc/dtb_platdata.py | 5 +-
8 files changed, 222 insertions(+), 135 deletions(-)
--
2.17.2
More information about the U-Boot
mailing list