X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fcradle.h;h=200b61e0c7fcf8f2f9db75a49c41f6c9cd0b7c25;hb=668a6b45915d10d75357f5b93f569bbf49ea2b06;hp=850d93b03e128685dc2cacc3ca120aa03c0a9f49;hpb=488f5d8790c451fc527fe5d2ef218f2a5e40ea17;p=oweals%2Fu-boot.git diff --git a/include/configs/cradle.h b/include/configs/cradle.h index 850d93b03e..200b61e0c7 100644 --- a/include/configs/cradle.h +++ b/include/configs/cradle.h @@ -37,6 +37,9 @@ #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 */ @@ -46,7 +49,8 @@ /* * Hardware drivers */ -#define CONFIG_DRIVER_SMC91111 +#define CONFIG_NET_MULTI +#define CONFIG_SMC91111 #define CONFIG_SMC91111_BASE 0x10000300 #define CONFIG_SMC91111_EXT_PHY #define CONFIG_SMC_USE_32_BIT @@ -54,6 +58,7 @@ /* * select serial console configuration */ +#define CONFIG_PXA_SERIAL #define CONFIG_FFUART 1 /* we use FFUART on LUBBOCK */ /* allow to overwrite serial and ethaddr */