Hello I am using QORIQ sdk v2.0 to build u-boot for T1024RDB and I succesfully build u-boot via below commands. -make T1024RDB_defconfig -make CROSS_COMPILE=powerpc-fsl-linux- all
I would like to remove some files and folders that I don't need. For example under git\board there is synopsis folder. When I remove this or any other folders under git\board I get Kconfig errors. I am new in linux and u-boot. I only need to build files related with T1024RDB. How Can I remove these unrelated files and folder dependencies?