X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fr7780mp.h;h=b0655c32330098d4064774b8768c289da1725996;hb=a939ea3ab459d5fb3d1eaaec289c6ca85f2f74c1;hp=41376da200359a7547021e5b97fb734beb0d7d2f;hpb=d48455ad8cefd25d7b49f68fd16d0e9fd551732a;p=oweals%2Fu-boot.git diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h index 41376da200..b0655c3233 100644 --- a/include/configs/r7780mp.h +++ b/include/configs/r7780mp.h @@ -60,6 +60,7 @@ /* check for keypress on bootdelay==0 */ /*#define CONFIG_ZERO_BOOTDELAY_CHECK*/ +#define CONFIG_SYS_TEXT_BASE 0x0FFC0000 #define CONFIG_SYS_SDRAM_BASE (0x08000000) #define CONFIG_SYS_SDRAM_SIZE (128 * 1024 * 1024) @@ -100,8 +101,6 @@ /* Size of DRAM reserved for malloc() use */ #define CONFIG_SYS_MALLOC_LEN (1204 * 1024) -/* size in bytes reserved for initial data */ -#define CONFIG_SYS_GBL_DATA_SIZE (256) #define CONFIG_SYS_BOOTMAPSZ (8 * 1024 * 1024) #define CONFIG_SYS_RX_ETH_BUFFER (8) @@ -151,11 +150,9 @@ #if defined(CONFIG_CMD_NET) /* -#define CONFIG_NET_MULTI #define CONFIG_RTL8169 */ /* AX88796L Support(NE2000 base chip) */ -#define CONFIG_DRIVER_NE2000 #define CONFIG_DRIVER_AX88796L #define CONFIG_DRIVER_NE2000_BASE 0xA4100000 #endif