X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fcradle.h;h=b150c221a3d3a940cd1ca71ad5561f6cdafb1925;hb=a694610d3361465d4c8d27dde72ab8b63d31115e;hp=850d93b03e128685dc2cacc3ca120aa03c0a9f49;hpb=dfc91c33957c95da34e3888dc87912d5c15a7603;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/cradle.h b/include/configs/cradle.h index 850d93b..b150c22 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 */ @@ -54,6 +57,7 @@ /* * select serial console configuration */ +#define CONFIG_PXA_SERIAL #define CONFIG_FFUART 1 /* we use FFUART on LUBBOCK */ /* allow to overwrite serial and ethaddr */