sc7180: make symbols common accross multiple targets.

making the symbols common accross targets to avoid duplicates for each soc.

Signed-off-by: Ravi Kumar Bokka <rbokka@codeaurora.org>
Change-Id: Ic60f46891dfadc7db5ece02756cb449aacdd63c5
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51337
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shelley Chen <shchen@google.com>
This commit is contained in:
Ravi Kumar Bokka
2021-03-05 16:01:07 +05:30
committed by Patrick Georgi
parent 8da56e6e75
commit ce97bca09c
6 changed files with 21 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
#include <cbfs.h>
#include <fmap.h>
#include <soc/symbols.h>
#include <soc/symbols_common.h>
#include <soc/qclib_common.h>
int qclib_soc_blob_load(void)