build_helper_configs: Adjusted padding off-set for MUSCA_B1

This patch changes the padding offset used in the hex file
generation for MUSCA_B1 as described below:

0x220000 -> 0xA000000

Change-Id: I4d3c5b84579f4c29158c9db258f126d3f5d149c2
Signed-off-by: Minos Galanakis <minos.galanakis@linaro.org>
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 55e0f8d..18ea8b2 100644
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -73,10 +73,10 @@
                    "MUSCA_B1": [("srec_cat "
                                  "%(_tbm_build_dir_)s/install/outputs/"
                                  "%(_tbm_target_platform_)s/mcuboot.bin "
-                                 "-Binary -offset 0x200000 "
+                                 "-Binary -offset 0xA000000 "
                                  "%(_tbm_build_dir_)s/install/outputs/"
                                  "%(_tbm_target_platform_)s/tfm_sign.bin "
-                                 "-Binary -offset 0x220000 -o "
+                                 "-Binary -offset 0xA020000 -o "
                                  "%(_tbm_build_dir_)s/install/outputs/"
                                  "%(_tbm_target_platform_)s"
                                  "/tfm.hex -Intel")]