public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] at91: taurus: Fix the build warnings
@ 2019-04-16 11:31 Heiko Schocher
  2019-04-16 11:31 ` [U-Boot] [PATCH v2 1/2] at91: cleanup taurus port Heiko Schocher
  2019-04-16 11:31 ` [U-Boot] [PATCH v2 2/2] dtb_platdata.py: prevent define generation of alias Heiko Schocher
  0 siblings, 2 replies; 5+ messages in thread
From: Heiko Schocher @ 2019-04-16 11:31 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2019-04-27 14:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-16 11:31 [U-Boot] [PATCH v2 0/2] at91: taurus: Fix the build warnings Heiko Schocher
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox