X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2FPCIPPC2.h;h=77cedc06d67690350e17b08d89f4f78124816e22;hb=f5e5e1ff0ac3e2934f34174b6111c5f8eae1dd25;hp=e778c5956635778023b2eac9a7f92c274a017b6f;hpb=d963e84c92a63b4e6c4f2f80482a5ecbe9b24fe0;p=oweals%2Fu-boot.git diff --git a/include/configs/PCIPPC2.h b/include/configs/PCIPPC2.h index e778c59566..77cedc06d6 100644 --- a/include/configs/PCIPPC2.h +++ b/include/configs/PCIPPC2.h @@ -55,6 +55,10 @@ #define CONFIG_PREBOOT "" #define CONFIG_BOOTDELAY 5 +#ifndef __ASSEMBLY__ +#include +#endif + /* * BOOTP options */ @@ -138,9 +142,6 @@ * Definitions for initial stack pointer and data area */ -/* Size in bytes reserved for initial data - */ - #define CONFIG_SYS_INIT_RAM_ADDR 0x40000000 #define CONFIG_SYS_INIT_RAM_SIZE 0x8000 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) @@ -246,7 +247,6 @@ #define CONFIG_WATCHDOG -#define CONFIG_NET_MULTI /* Multi ethernet cards support */ #define CONFIG_EEPRO100 #define CONFIG_SYS_RX_ETH_BUFFER 8 /* use 8 rx buffer on eepro100 */