Skip to content

Commit

Permalink
rename environment.c in env_embedded.c to reflect is functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  • Loading branch information
plagnioj committed Sep 10, 2008
1 parent c0878af commit 0cf4fd3
Show file tree
Hide file tree
Showing 201 changed files with 226 additions and 226 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3213,7 +3213,7 @@ clobber: clean
@rm -f $(OBJS) $(obj)*.bak $(obj)ctags $(obj)etags $(obj)TAGS \
$(obj)cscope.* $(obj)*.*~
@rm -f $(obj)u-boot $(obj)u-boot.map $(obj)u-boot.hex $(ALL)
@rm -f $(obj)tools/{crc32.c,environment.c,env/crc32.c,md5.c,sha1.c,inca-swap-bytes}
@rm -f $(obj)tools/{crc32.c,env_embedded.c,env/crc32.c,md5.c,sha1.c,inca-swap-bytes}
@rm -f $(obj)tools/{image.c,fdt.c,fdt_ro.c,fdt_rw.c,fdt_strerror.c,zlib.h}
@rm -f $(obj)tools/{fdt_wip.c,libfdt_internal.h}
@rm -f $(obj)cpu/mpc824x/bedbug_603e.c
Expand Down
2 changes: 1 addition & 1 deletion board/BuS/EB+MCF-EV123/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ SECTIONS
lib_generic/zlib.o (.text)

/* . = env_offset; */
common/environment.o(.text)
common/env_embedded.o(.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/LEOX/elpt860/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ SECTIONS
lib_ppc/ticks.o (.text)

. = env_offset;
common/environment.o (.text)
common/env_embedded.o (.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/LEOX/elpt860/u-boot.lds.debug
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ SECTIONS
lib_generic/crc32.o (.text)

. = env_offset;
common/environment.o (.text)
common/env_embedded.o (.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/MAI/AmigaOneG3SE/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ SECTIONS
cpu/74xx_7xx/start.o (.text)
/* store the environment in a seperate sector in the boot flash */
/* . = env_offset; */
common/environment.o(.text)
common/env_embedded.o(.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/Marvell/db64360/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ SECTIONS

/* store the environment in a seperate sector in the boot flash */
/* . = env_offset; */
/* common/environment.o(.text) */
/* common/env_embedded.o(.text) */

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/Marvell/db64460/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ SECTIONS

/* store the environment in a seperate sector in the boot flash */
/* . = env_offset; */
/* common/environment.o(.text) */
/* common/env_embedded.o(.text) */

*(.text)
*(.fixup)
Expand Down
4 changes: 2 additions & 2 deletions board/MigoR/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ SECTIONS
{
cpu/sh4/start.o (.text)
. = ALIGN(8192);
common/environment.o (.ppcenv)
common/env_embedded.o (.ppcenv)
. = ALIGN(8192);
common/environment.o (.ppcenvr)
common/env_embedded.o (.ppcenvr)
. = ALIGN(8192);
*(.text)
. = ALIGN(4);
Expand Down
2 changes: 1 addition & 1 deletion board/RPXClassic/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ SECTIONS
/* XXX ?
. = env_offset;
*/
common/environment.o(.text)
common/env_embedded.o(.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/RPXClassic/u-boot.lds.debug
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ SECTIONS
lib_generic/crc32.o (.text)

. = env_offset;
common/environment.o(.text)
common/env_embedded.o(.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/RPXlite/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ SECTIONS
/* XXX ?
. = env_offset;
*/
common/environment.o(.text)
common/env_embedded.o(.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/RPXlite/u-boot.lds.debug
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ SECTIONS
lib_generic/crc32.o (.text)

. = env_offset;
common/environment.o(.text)
common/env_embedded.o(.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/RPXlite_dw/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ SECTIONS
/* XXX ?
. = env_offset;
*/
common/environment.o(.text)
common/env_embedded.o(.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/RPXlite_dw/u-boot.lds.debug
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ SECTIONS
lib_generic/crc32.o (.text)

. = env_offset;
common/environment.o(.text)
common/env_embedded.o(.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/RRvision/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ SECTIONS
lib_ppc/time.o (.text)

. = env_offset;
common/environment.o (.ppcenv)
common/env_embedded.o (.ppcenv)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/actux1/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SECTIONS
common/dlmalloc.o(.text)
cpu/ixp/cpu.o(.text)
. = env_offset;
common/environment.o(.ppcenv)
common/env_embedded.o(.ppcenv)
* (.text)
}

Expand Down
2 changes: 1 addition & 1 deletion board/actux2/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SECTIONS
cpu/ixp/cpu.o(.text)

. = env_offset;
common/environment.o (.ppcenv)
common/env_embedded.o (.ppcenv)

* (.text)
}
Expand Down
2 changes: 1 addition & 1 deletion board/actux3/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SECTIONS
cpu/ixp/cpu.o (.text)

. = env_offset;
common/environment.o (.ppcenv)
common/env_embedded.o (.ppcenv)

* (.text)
}
Expand Down
2 changes: 1 addition & 1 deletion board/amcc/acadia/u-boot-nand.lds
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SECTIONS

/* Align to next NAND block */
. = ALIGN(0x4000);
common/environment.o (.ppcenv)
common/env_embedded.o (.ppcenv)
/* Keep some space here for redundant env and potential bad env blocks */
. = ALIGN(0x10000);

Expand Down
2 changes: 1 addition & 1 deletion board/amcc/bamboo/u-boot-nand.lds
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SECTIONS

/* Align to next NAND block */
. = ALIGN(0x4000);
common/environment.o (.ppcenv)
common/env_embedded.o (.ppcenv)
/* Keep some space here for redundant env and potential bad env blocks */
. = ALIGN(0x10000);

Expand Down
2 changes: 1 addition & 1 deletion board/amcc/canyonlands/u-boot-nand.lds
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SECTIONS

/* Align to next NAND block */
. = ALIGN(0x20000);
common/environment.o (.ppcenv)
common/env_embedded.o (.ppcenv)
/* Keep some space here for redundant env and potential bad env blocks */
. = ALIGN(0x80000);

Expand Down
2 changes: 1 addition & 1 deletion board/amcc/kilauea/u-boot-nand.lds
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SECTIONS

/* Align to next NAND block */
. = ALIGN(0x4000);
common/environment.o (.ppcenv)
common/env_embedded.o (.ppcenv)
/* Keep some space here for redundant env and potential bad env blocks */
. = ALIGN(0x10000);

Expand Down
2 changes: 1 addition & 1 deletion board/amcc/redwood/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ SECTIONS
board/amcc/redwood/init.o (.text)

/* . = env_offset;*/
/* common/environment.o(.text)*/
/* common/env_embedded.o(.text)*/

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/amcc/sequoia/u-boot-nand.lds
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SECTIONS

/* Align to next NAND block */
. = ALIGN(0x4000);
common/environment.o (.ppcenv)
common/env_embedded.o (.ppcenv)
/* Keep some space here for redundant env and potential bad env blocks */
. = ALIGN(0x10000);

Expand Down
2 changes: 1 addition & 1 deletion board/amirix/ap1000/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ SECTIONS
lib_generic/zlib.o (.text)

/* . = env_offset;*/
/* common/environment.o(.text)*/
/* common/env_embedded.o(.text)*/

*(.text)
*(.fixup)
Expand Down
4 changes: 2 additions & 2 deletions board/ap325rxa/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ SECTIONS
{
cpu/sh4/start.o (.text)
. = ALIGN(8192);
common/environment.o (.ppcenv)
common/env_embedded.o (.ppcenv)
. = ALIGN(8192);
common/environment.o (.ppcenvr)
common/env_embedded.o (.ppcenvr)
. = ALIGN(8192);
*(.text)
. = ALIGN(4);
Expand Down
2 changes: 1 addition & 1 deletion board/bf533-ezkit/u-boot.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ SECTIONS
board/bf533-ezkit/bf533-ezkit.o (.text)

. = DEFINED(env_offset) ? env_offset : .;
common/environment.o (.text)
common/env_embedded.o (.text)
#endif

*(.text .text.*)
Expand Down
2 changes: 1 addition & 1 deletion board/bf533-stamp/u-boot.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ SECTIONS
lib_generic/crc32.o (.text)

. = DEFINED(env_offset) ? env_offset : .;
common/environment.o (.text)
common/env_embedded.o (.text)
#endif

*(.text .text.*)
Expand Down
2 changes: 1 addition & 1 deletion board/bf537-stamp/u-boot.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ SECTIONS
lib_generic/crc32.o (.text)

. = DEFINED(env_offset) ? env_offset : .;
common/environment.o (.text)
common/env_embedded.o (.text)
#endif

*(.text .text.*)
Expand Down
2 changes: 1 addition & 1 deletion board/bf561-ezkit/u-boot.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ SECTIONS
board/bf561-ezkit/bf561-ezkit.o (.text)

. = DEFINED(env_offset) ? env_offset : .;
common/environment.o (.text)
common/env_embedded.o (.text)
#endif

*(.text .text.*)
Expand Down
2 changes: 1 addition & 1 deletion board/c2mon/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ SECTIONS
lib_generic/zlib.o (.text)

. = env_offset;
common/environment.o(.text)
common/env_embedded.o(.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/c2mon/u-boot.lds.debug
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ SECTIONS
lib_generic/crc32.o (.text)

. = env_offset;
common/environment.o(.text)
common/env_embedded.o(.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/cobra5272/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ SECTIONS
lib_generic/zlib.o (.text)

. = DEFINED(env_offset) ? env_offset : .;
common/environment.o (.text)
common/env_embedded.o (.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/cogent/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SECTIONS
.text :
{
*(.text)
common/environment.o(.text)
common/env_embedded.o(.text)
*(.fixup)
*(.got1)
}
Expand Down
2 changes: 1 addition & 1 deletion board/cogent/u-boot.lds.debug
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ SECTIONS
lib_generic/crc32.o (.text)

. = env_offset;
common/environment.o(.text)
common/env_embedded.o(.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/cray/L1/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ SECTIONS
lib_generic/zlib.o (.text)

/*. = env_offset;*/
common/environment.o(.text)
common/env_embedded.o(.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/cray/L1/u-boot.lds.debug
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ SECTIONS
lib_generic/crc32.o (.text)
lib_ppc/extable.o (.text)

common/environment.o(.text)
common/env_embedded.o(.text)

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/csb272/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SECTIONS
lib_ppc/board.o (.text)
lib_generic/zlib.o (.text)
/* . = env_offset;*/
/* common/environment.o(.text)*/
/* common/env_embedded.o(.text)*/

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/csb472/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SECTIONS
lib_ppc/board.o (.text)
lib_generic/zlib.o (.text)
/* . = env_offset;*/
/* common/environment.o(.text)*/
/* common/env_embedded.o(.text)*/

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/dave/PPChameleonEVB/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ SECTIONS
. = 0xFFFF8000;
.ppcenv :
{
common/environment.o(.ppcenv);
common/env_embedded.o(.ppcenv);
}

_end = . ;
Expand Down
2 changes: 1 addition & 1 deletion board/eltec/bab7xx/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ SECTIONS

/* store the environment in a seperate sector in the boot flash */
/* . = env_offset; */
/* common/environment.o(.text) */
/* common/env_embedded.o(.text) */

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/eltec/elppc/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ SECTIONS

/* store the environment in a seperate sector in the boot flash */
/* . = env_offset; */
/* common/environment.o(.text) */
/* common/env_embedded.o(.text) */

*(.text)
*(.fixup)
Expand Down
2 changes: 1 addition & 1 deletion board/eltec/mhpc/u-boot.lds
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SECTIONS
.text :
{
cpu/mpc8xx/start.o (.text)
common/environment.o(.text)
common/env_embedded.o(.text)

*(.text)
*(.fixup)
Expand Down
Loading

0 comments on commit 0cf4fd3

Please sign in to comment.