X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fpleb2.h;h=635ef71bc92c663b8829506b7b6908c55382b107;hb=bb272ec8df6e35b7e19ce1237cae28798167a624;hp=ab9ea4fdee923b6623cfd57ae175abe09fa2147b;hpb=3405f38a15eec5092ac47efe0829f10a24491c6e;p=u-boot diff --git a/include/configs/pleb2.h b/include/configs/pleb2.h index ab9ea4fdee..635ef71bc9 100644 --- a/include/configs/pleb2.h +++ b/include/configs/pleb2.h @@ -42,6 +42,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 */ @@ -59,6 +62,7 @@ /* * select serial console configuration */ +#define CONFIG_PXA_SERIAL #define CONFIG_FFUART 1 /* we use FFUART on PLEB 2 */ /* allow to overwrite serial and ethaddr */