public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/2] at91: taurus: Fix the build warnings
Date: Tue, 16 Apr 2019 13:31:56 +0200	[thread overview]
Message-ID: <20190416113158.289833-1-hs@denx.de> (raw)

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

             reply	other threads:[~2019-04-16 11:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-16 11:31 Heiko Schocher [this message]
2019-04-16 11:31 ` [U-Boot] [PATCH v2 1/2] at91: cleanup taurus port Heiko Schocher
2019-04-27 14:48   ` [U-Boot] [U-Boot,v2,1/2] " Tom Rini
2019-04-16 11:31 ` [U-Boot] [PATCH v2 2/2] dtb_platdata.py: prevent define generation of alias Heiko Schocher
2019-04-27 14:46   ` [U-Boot] [U-Boot, v2, " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190416113158.289833-1-hs@denx.de \
    --to=hs@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox