MLECO-2917 Replacing platform CMake definitions with headers

Moving away from CMake description of targets and generation of
platform header files (for memory addresses and IRQ numbers).
Instead these headers are part of the repository under their
respective platform-driver packages under HAL sources.

Change-Id: I9bd3e68eb17385f8b93eb3d8d76b212ce0e1a6d5
Signed-off-by: Kshitij Sisodia <kshitij.sisodia@arm.com>
diff --git a/source/application/tensorflow-lite-micro/include/BufAttributes.hpp b/source/application/tensorflow-lite-micro/include/BufAttributes.hpp
index a3b5890..0146443 100644
--- a/source/application/tensorflow-lite-micro/include/BufAttributes.hpp
+++ b/source/application/tensorflow-lite-micro/include/BufAttributes.hpp
@@ -50,11 +50,6 @@
     #define ACTIVATION_BUF_SZ       0x00200000
 #endif  /* ACTIVATION_BUF_SZ */
 
-#ifndef ACTIVATION_BUF_SRAM_SZ
-    #warning  "ACTIVATION_BUF_SRAM_SZ needs to be defined. Using default value = 0"
-    #define ACTIVATION_BUF_SRAM_SZ  0x00000000
-#endif /* ACTIVATION_BUF_SRAM_SZ */
-
 /* IFM section name. */
 #define IFM_BUF_SECTION             section("ifm")
 
@@ -74,4 +69,4 @@
 
 #endif /* HAVE_ATTRIBUTE(aligned) || (defined(__GNUC__) && !defined(__clang__)) */
 
-#endif /* BUF_ATTRIBUTES_HPP */
\ No newline at end of file
+#endif /* BUF_ATTRIBUTES_HPP */