cmn600: fix host ha count
Created by: vijayenthiran-arm
Host HA count in the CCIX Host configuration data will be passed to the next stage of bootloader (typically UEFI) to help the CCIX configuration driver to start assigning the Remote AgentIDs. While calculating the RN-F count, Host HA count is incorrectly incremented resulting in wrong assignment of Remote AgentIDs. Due to this Remote RA to Remote HA memory test failed. Fix this by removing the incorrect increment of Host HA count while calculating RN-F count. While at it, remove a redundant comma when displaying the number of nodes discovered.
Change-Id: I2a02035617ed4e0576fb05e41534edbf8e42b0a1 Signed-off-by: Vijayenthiran Subramaniam vijayenthiran.subramaniam@arm.com