public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 37/40] env: Drop environment.h header file where not needed
Date: Tue, 13 Aug 2019 12:56:02 -0400	[thread overview]
Message-ID: <20190813165602.GJ2718@bill-the-cat> (raw)
In-Reply-To: <20190801154715.225318-38-sjg@chromium.org>

On Thu, Aug 01, 2019 at 09:47:12AM -0600, Simon Glass wrote:

> This header file is now only used by files that access internal
> environment features. Drop it from various places where it is not needed.
> 
> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
> Signed-off-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190813/0e1875bd/attachment.sig>

  reply	other threads:[~2019-08-13 16:56 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-01 15:46 [U-Boot] [PATCH v2 00/40] env: common: Remove environment definitions from common.h Simon Glass
2019-08-01 15:46 ` [U-Boot] [PATCH v2 01/40] common: Move gzip functions into a new gzip header Simon Glass
2019-08-01 18:23   ` Simon Goldschmidt
2019-08-13 16:52   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 02/40] common: Drop the dpram_... functions Simon Glass
2019-08-01 18:24   ` Simon Goldschmidt
2019-08-13 16:52   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 03/40] common: Move lcd_setmem() to lcd.h Simon Glass
2019-08-13 16:53   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 04/40] common: Remove video_setmem() Simon Glass
2019-08-13 16:53   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 05/40] env: Create a new file for environment functions Simon Glass
2019-08-01 18:25   ` Simon Goldschmidt
2019-08-13 16:53   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 06/40] env: Move get_env_id() to env.h Simon Glass
2019-08-13 16:53   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 07/40] env: Move env_get_f() " Simon Glass
2019-08-13 16:53   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 08/40] env: Move env_init() " Simon Glass
2019-08-13 16:53   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 09/40] env: Move env_relocate() " Simon Glass
2019-08-13 16:53   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 10/40] env: Move envmatch() " Simon Glass
2019-08-13 16:53   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 11/40] env: Move env_set_hex() " Simon Glass
2019-08-13 16:53   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 12/40] env: Move env_set_ulong() " Simon Glass
2019-08-13 16:53   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 13/40] env: Move env_get_ulong() " Simon Glass
2019-08-13 16:54   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 14/40] env: Move env_get_yesno() " Simon Glass
2019-08-13 16:54   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 15/40] env: Move env_get_hex() " Simon Glass
2019-08-13 16:54   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 16/40] env: Move env_set() " Simon Glass
2019-08-13 16:54   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 17/40] env: Move env_get() " Simon Glass
2019-08-13 16:54   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 18/40] env: Move eth_env_get/set_enetaddr() " Simon Glass
2019-08-13 16:54   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 19/40] env: net: Move eth_parse_enetaddr() to net.c/h Simon Glass
2019-08-02 16:47   ` Joe Hershberger
2019-08-13 16:54   ` Tom Rini
2019-09-12 16:59   ` Ondřej Jirman
2019-09-12 18:22     ` Simon Glass
2019-09-12 18:28       ` Ondřej Jirman
2019-09-12 19:28         ` Simon Glass
2019-09-12 23:39           ` Ondřej Jirman
2019-09-13 14:25             ` Simon Glass
2019-09-13 14:34               ` Ondřej Jirman
2019-09-13 15:21                 ` Tom Rini
2019-09-13 21:40               ` Joe Hershberger
2019-08-01 15:46 ` [U-Boot] [PATCH v2 20/40] env: Move env_fix_drivers() to env.h Simon Glass
2019-08-02 16:46   ` Joe Hershberger
2019-08-13 16:54   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 21/40] env: Move set_default_vars " Simon Glass
2019-08-13 16:54   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 22/40] env: Move env_load/save functions " Simon Glass
2019-08-13 16:54   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 23/40] env: Move env import/export " Simon Glass
2019-08-13 16:55   ` Tom Rini
2019-08-01 15:46 ` [U-Boot] [PATCH v2 24/40] env: Drop env_crc_update() Simon Glass
2019-08-13 16:55   ` Tom Rini
2019-08-01 15:47 ` [U-Boot] [PATCH v2 25/40] env: Move get/set_default_env() to env.h Simon Glass
2019-08-13 16:55   ` Tom Rini
2019-08-01 15:47 ` [U-Boot] [PATCH v2 26/40] env: Move env_get_char() " Simon Glass
2019-08-13 16:55   ` Tom Rini
2019-08-01 15:47 ` [U-Boot] [PATCH v2 27/40] env: Move env_reloc() " Simon Glass
2019-08-13 16:55   ` Tom Rini
2019-08-01 15:47 ` [U-Boot] [PATCH v2 28/40] env: Rename environment to embedded_environment Simon Glass
2019-08-01 18:26   ` Simon Goldschmidt
2019-08-13 16:55   ` Tom Rini
2019-08-01 15:47 ` [U-Boot] [PATCH v2 29/40] env: Move env_valid to env.h Simon Glass
2019-08-13 16:55   ` Tom Rini
2019-08-01 15:47 ` [U-Boot] [PATCH v2 30/40] env: Move callback definitions " Simon Glass
2019-08-13 16:55   ` Tom Rini
2019-08-01 15:47 ` [U-Boot] [PATCH v2 31/40] env: Drop the ENTRY typedef Simon Glass
2019-08-01 15:47 ` [U-Boot] [PATCH v2 32/40] env: Drop _ENTRY Simon Glass
2019-08-01 15:47 ` [U-Boot] [PATCH v2 33/40] env: Rename the redundancy flags Simon Glass
2019-08-13 16:55   ` Tom Rini
2019-08-01 15:47 ` [U-Boot] [PATCH v2 34/40] env: Drop the ACTION typedef Simon Glass
2019-08-02 16:55   ` Joe Hershberger
2019-08-13 16:55   ` Tom Rini
2019-08-01 15:47 ` [U-Boot] [PATCH v2 35/40] env: Drop the double underscores in search.h Simon Glass
2019-08-13 16:55   ` Tom Rini
2019-08-01 15:47 ` [U-Boot] [PATCH v2 36/40] env: Move TOTAL_MALLOC_LEN to environment.h Simon Glass
2019-08-01 18:28   ` Simon Goldschmidt
2019-08-13 16:55   ` Tom Rini
2019-08-01 15:47 ` [U-Boot] [PATCH v2 37/40] env: Drop environment.h header file where not needed Simon Glass
2019-08-13 16:56   ` Tom Rini [this message]
2019-08-01 15:47 ` [U-Boot] [PATCH v2 38/40] env: Rename environment.h to env_internal.h Simon Glass
2019-08-01 18:31   ` Simon Goldschmidt
2019-08-01 15:47 ` [U-Boot] [PATCH v2 39/40] Drop PCMCIA Simon Glass
2019-08-13 16:56   ` Tom Rini
2019-08-01 15:47 ` [U-Boot] [PATCH v2 40/40] common: Add a note about the effort to reduce common.h Simon Glass

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=20190813165602.GJ2718@bill-the-cat \
    --to=trini@konsulko.com \
    --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