X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fkm82xx.h;h=aeece20bdae11fef2c8fa4d12c60ecbb21cbe925;hb=529fb062081e100faae6dc0d163a548b8528ff24;hp=14fd290be1f3c7a7da01acbcd559fc5852b3fb21;hpb=bd5053ffa5b8162257537bdb79ba829372423096;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/km82xx.h b/include/configs/km82xx.h index 14fd290..aeece20 100644 --- a/include/configs/km82xx.h +++ b/include/configs/km82xx.h @@ -29,11 +29,10 @@ #error ("Board unsupported") #endif -#define CONFIG_SYS_GENERIC_BOARD -#define CONFIG_DISPLAY_BOARDINFO - #define CONFIG_SYS_TEXT_BASE 0xFE000000 +#define CONFIG_MISC_INIT_R + /* include common defines/options for all Keymile boards */ #include "km/keymile-common.h" #include "km/km-powerpc.h" @@ -429,11 +428,6 @@ int get_scl(void); #define CONFIG_SYS_RESET_ADDRESS 0xFDFFFFFC /* "bad" address */ -/* pass open firmware flat tree */ -#define CONFIG_FIT 1 -#define CONFIG_OF_LIBFDT 1 -#define CONFIG_OF_BOARD_SETUP 1 - #define OF_TBCLK (bd->bi_busfreq / 4) #define OF_STDOUT_PATH "/soc/cpm/serial@11a90"