X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fvirtlab2.h;h=7046e6739d648130f6aa20a54c5f3dd77612fc57;hb=d0b0dcaa220549999d6ea74cf87487846c186a0f;hp=f7813a1ff67a9ec033531b90ba6836c66fbed4c0;hpb=108f56b056780f0d23f720d98709304f84a0d6c8;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/virtlab2.h b/include/configs/virtlab2.h index f7813a1..7046e67 100644 --- a/include/configs/virtlab2.h +++ b/include/configs/virtlab2.h @@ -491,4 +491,10 @@ OR_SCY_2_CLK) #define CONFIG_SYS_BR4_PRELIM ((CONFIG_SYS_PERIPHERAL_BASE & BR_BA_MSK) | BR_PS_8 | BR_V) #define PCMCIA_CTRL (CONFIG_SYS_PERIPHERAL_BASE + 0xB00) + +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */