diff options
author | Stefan Roese <sr@denx.de> | 2009-10-27 11:20:53 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-11-02 16:29:03 +0100 |
commit | a0ff1f129a0e1a466e4f8568fce12b7b84578e4c (patch) | |
tree | 1f8ee863e8c403f91faaefb73d15a3d47d15094e | |
parent | 7ec1fedda6ac551c67f2214ced94e4b49b6680e4 (diff) | |
download | u-boot-imx-a0ff1f129a0e1a466e4f8568fce12b7b84578e4c.zip u-boot-imx-a0ff1f129a0e1a466e4f8568fce12b7b84578e4c.tar.gz u-boot-imx-a0ff1f129a0e1a466e4f8568fce12b7b84578e4c.tar.bz2 |
ppc4xx: sc3: Remove unreferenced external declarations from sc3.h
Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Heiko Schocher <hs@denx.de>
-rw-r--r-- | include/configs/sc3.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/sc3.h b/include/configs/sc3.h index 5763760..d4697ad 100644 --- a/include/configs/sc3.h +++ b/include/configs/sc3.h @@ -376,11 +376,6 @@ * CONFIG_SYS_FLASH_BASE -> start address of internal flash * CONFIG_SYS_MONITOR_BASE -> start of u-boot */ -#ifndef __ASSEMBLER__ -extern unsigned long offsetOfBigFlash; -extern unsigned long offsetOfEnvironment; -#endif - #define CONFIG_SYS_SDRAM_BASE 0x00000000 #define CONFIG_SYS_FLASH_BASE 0xFFE00000 #define CONFIG_SYS_MONITOR_BASE 0xFFFC0000 /* placed last 256k */ |