mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-06 14:31:33 +00:00
ppc4xx: sc3: Remove unreferenced external declarations from sc3.h
Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
7ec1fedda6
commit
a0ff1f129a
1 changed files with 0 additions and 5 deletions
|
@ -376,11 +376,6 @@
|
||||||
* CONFIG_SYS_FLASH_BASE -> start address of internal flash
|
* CONFIG_SYS_FLASH_BASE -> start address of internal flash
|
||||||
* CONFIG_SYS_MONITOR_BASE -> start of u-boot
|
* 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_SDRAM_BASE 0x00000000
|
||||||
#define CONFIG_SYS_FLASH_BASE 0xFFE00000
|
#define CONFIG_SYS_FLASH_BASE 0xFFE00000
|
||||||
#define CONFIG_SYS_MONITOR_BASE 0xFFFC0000 /* placed last 256k */
|
#define CONFIG_SYS_MONITOR_BASE 0xFFFC0000 /* placed last 256k */
|
||||||
|
|
Loading…
Add table
Reference in a new issue