mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
env: move extern default_environment[] to environment.h
Extract all extern declarations for default_environment[] out of c files into the environment.h header. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Cc: Stefan Roese <sr@denx.de> Acked-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
e3150460a4
commit
d1459f0fab
11 changed files with 2 additions and 24 deletions
|
@ -37,8 +37,6 @@ extern int write_dataflash(unsigned long addr_dest,
|
|||
unsigned long addr_src, unsigned long size);
|
||||
extern int AT91F_DataflashInit(void);
|
||||
|
||||
extern uchar default_environment[];
|
||||
|
||||
uchar env_get_char_spec(int index)
|
||||
{
|
||||
uchar c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue