commit | 7ce375255a1f07fdede17d4d96e4e81bdaeea4cc | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Wed Apr 01 00:35:13 2020 +0200 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Mon May 11 10:16:49 2020 +0530 |
tree | 15f9e7c1143454ee7c9730bbfa41f32c14e066f7 | |
parent | 8d11acb95ff3af8fd6bed7d55c3c6dd99695ae94 [diff] |
Nokia RX-51: Remove PART* macros Now when code for defining partitions is duplicated at two locations (option CONFIG_MTDPARTS_DEFAULT in nokia_rx51_defconfig file and macro OMAP_TAG_PARTITION_CONFIG in rx51.c file) there is no need to have common macros. Lets inline PART* macros to rx51.c file. Signed-off-by: Pali Rohár <pali@kernel.org>