mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-06-14 04:16:15 -07:00
In BoardConfig, APL was configured to use smbus library from local platform specific implementation. But, it was not used anywhere in the code. Hence, removed files belonging to unused local implementation of this library. Other platforms which require this library are already using it from common package. Signed-off-by: Chirag Vijay Kolhe <chirag.vijay.kolhe@intel.com>