binman: Update CheckEntries() for compressed sections
[platform/kernel/u-boot.git] / tools / rmboard.py
index 1ed2527..de68563 100755 (executable)
@@ -28,10 +28,6 @@ import os
 import re
 import sys
 
-# Bring in the patman libraries
-our_path = os.path.dirname(os.path.realpath(__file__))
-sys.path.append(os.path.join(our_path, '../tools/patman'))
-
 from patman import command
 
 def rm_kconfig_include(path):