# HG changeset patch # User Mychaela Falconia # Date 1475974285 0 # Node ID 1fd7359da77aa9ecf123753bb1002cdaad2c6f2b # Parent 0932059c05f86a3b0908d404827e2ae4bb009525 configs/l1reconst: ATP, MKS and LCC excluded diff -r 0932059c05f8 -r 1fd7359da77a configs/l1reconst --- a/configs/l1reconst Sat Oct 08 23:56:12 2016 +0000 +++ b/configs/l1reconst Sun Oct 09 00:51:25 2016 +0000 @@ -1,7 +1,11 @@ # This configuration is similar to "classic", but L1 is rebuilt -# from the reconstructed source. +# from the reconstructed source. Additionally, ATP, LCC and MKS +# have been removed. ATP and MKS have always been dead code, +# whereas LCC is only applicable to hardware targets that are designed +# to work with "low cost" chargers - and none of our targets are in +# that category. -scripts/config-headers.sh 2091 +scripts/config-headers.sh 2091-pruned CONDAT=condat2 GPF=gpf2 @@ -93,7 +97,7 @@ build_lib riviera_cust_flash # services -build_lib atp +#build_lib atp build_lib audio build_lib audio_bgd build_lib cst @@ -102,7 +106,7 @@ lib_link_magic '(BSS_DAR_LIB (.bss))' build_lib etm build_lib lls -build_lib mks +#build_lib mks # app drivers build_lib abb @@ -111,7 +115,7 @@ build_lib ffs_drv build_lib ffs_pcm build_lib kpd -build_lib lcc +#build_lib lcc build_lib power build_lib rtc_drv build_lib sim_drv