[U-Boot] [PATCH v3 0/1] at91: taurus: Fix the build warnings

Heiko Schocher hs at denx.de
Mon Apr 29 14:36:09 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/525899093

Changes in v3:
- rebase against master 6aebc0d11a10
  "Revert "fs: btrfs: fix false negatives in ROOT_ITEM search""
  and fix link errors, adapt defconfig (taurus and axm)
- drop patch "dtb_platdata.py: prevent define generation of alias"
  as already applied from Tom.

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

Heiko Schocher (1):
  at91: cleanup taurus port

 arch/arm/dts/at91sam9g20-taurus.dts | 158 ++++++++++++++--------------
 board/siemens/taurus/Kconfig        |  16 +++
 board/siemens/taurus/taurus.c       |  33 +-----
 configs/axm_defconfig               |  44 ++++++--
 configs/taurus_defconfig            |  39 +++++--
 include/configs/taurus.h            |  56 +++++++++-
 scripts/config_whitelist.txt        |   2 -
 7 files changed, 215 insertions(+), 133 deletions(-)

-- 
2.17.2



More information about the U-Boot mailing list