X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fdnp1110.h;h=e48e20f6853f3d549fe85240dd4b092e9f81bb1f;hb=9844d027b52cc89264f6bf7686e26d9dc50134fd;hp=3f658a7b4ac27381be99d79abd8876b3c41a6d90;hpb=488f5d8790c451fc527fe5d2ef218f2a5e40ea17;p=u-boot diff --git a/include/configs/dnp1110.h b/include/configs/dnp1110.h index 3f658a7b4a..e48e20f685 100644 --- a/include/configs/dnp1110.h +++ b/include/configs/dnp1110.h @@ -42,6 +42,8 @@ #define CONFIG_DNP1110 1 /* on an DNP/1110 Board */ #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ +/* we will never enable dcache, because we have to setup MMU first */ +#define CONFIG_SYS_NO_DCACHE /* * Size of malloc() pool @@ -52,13 +54,15 @@ /* * Hardware drivers */ -#define CONFIG_DRIVER_SMC91111 +#define CONFIG_NET_MULTI +#define CONFIG_SMC91111 #define CONFIG_SMC91111_BASE 0x20000300 /* * select serial console configuration */ +#define CONFIG_SA1100_SERIAL #define CONFIG_SERIAL1 1 /* we use SERIAL 1 */ /* allow to overwrite serial and ethaddr */