Skip to content
Snippets Groups Projects
Commit eaa90e5d authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Tom Rini
Browse files

common/env_embedded.c: rename PPCENV/PPCTEXT macros


The environment has pretty much nothing to do with just "PPC", so
rename the macros to just __UBOOT_ENV_SECTION__ which is more
readable.

In addition, only a single macro is needed: the environment now goes
either to the default section (USE_HOSTCC is defined) or in the .text
section.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 7653942b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment