X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fdelta.h;h=e7186e83990a59bd5e86f279bc84afb3c0c5cbf5;hb=039594a4301dadceb267db5e8b9c8c78b1bb86b5;hp=f5508b7740096a340e5479d447759df3cd90fc07;hpb=dfc91c33957c95da34e3888dc87912d5c15a7603;p=oweals%2Fu-boot.git diff --git a/include/configs/delta.h b/include/configs/delta.h index f5508b7740..e7186e8399 100644 --- a/include/configs/delta.h +++ b/include/configs/delta.h @@ -39,6 +39,9 @@ #undef CONFIG_SKIP_RELOCATE_UBOOT #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 */ @@ -79,6 +82,7 @@ /* * select serial console configuration */ +#define CONFIG_PXA_SERIAL #define CONFIG_FFUART 1 /* allow to overwrite serial and ethaddr */