X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Ffdtdec.h;h=0cb6fa0075028ecc08f44c7e0d9a463a9c7ae0ce;hb=9a3bf22f6d31879b4f0e880aac1209f346c04b5c;hp=5796e272b29c71cc27be4a36e7503a489dfbf33d;hpb=803d6d6c63dbe9040b237544c7e24405bb32dd42;p=karo-tx-uboot.git diff --git a/include/fdtdec.h b/include/fdtdec.h index 5796e272b2..0cb6fa0075 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -45,16 +45,6 @@ struct fdt_memory { #define SPL_BUILD 0 #endif -#ifdef CONFIG_OF_CONTROL -# if defined(CONFIG_SPL_BUILD) && !defined(CONFIG_SPL_OF_CONTROL) -# define OF_CONTROL 0 -# else -# define OF_CONTROL 1 -# endif -#else -# define OF_CONTROL 0 -#endif - /* * Information about a resource. start is the first address of the resource * and end is the last address (inclusive). The length of the resource will