X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fomap4_panda.h;h=b4e7f411f350c4afbbc5b6cb266072a0c65e0b66;hb=95e39793312ab1ce01615f2b5330382e99ed6e81;hp=eeab11c85702a5c8c04e85812fd9674d1d4c461c;hpb=31bfcf1c5776df3d90286aa15104c45096d53dc6;p=u-boot diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index eeab11c857..b4e7f411f3 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -60,6 +60,8 @@ #define CONFIG_INITRD_TAG 1 #define CONFIG_REVISION_TAG 1 +#define CONFIG_OF_LIBFDT 1 + /* * Size of malloc() pool * Total Size Environment - 256k @@ -67,7 +69,6 @@ */ #define CONFIG_ENV_SIZE (256 << 10) #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (256 << 10)) - /* initial data */ /* Vector Base */ #define CONFIG_SYS_CA9_VECTOR_BASE SRAM_ROM_VECT_BASE @@ -134,6 +135,7 @@ /* Disabled commands */ #undef CONFIG_CMD_NET +#undef CONFIG_CMD_NFS #undef CONFIG_CMD_FPGA /* FPGA configuration Support */ #undef CONFIG_CMD_IMLS /* List all found images */