mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
qca: common: include the correct headers for global descriptor data size
The macro GENERATED_GBL_DATA_SIZE is available in "generic-asm-offsets.h" which is already included from the file "include/asm-offsets.h". So , removing the unneccessary include from the common files. Change-Id: Ib6a820357f5f830ab3cc12b5bced6c62a2016d95 Signed-off-by: Prabhu Jayakumar <pjayak@codeaurora.org>
This commit is contained in:
parent
b041a1b83e
commit
d870612af5
2 changed files with 0 additions and 2 deletions
|
|
@ -59,7 +59,6 @@
|
|||
#endif
|
||||
#include <dm/root.h>
|
||||
#include <linux/compiler.h>
|
||||
#include <generated/asm-offsets.h>
|
||||
|
||||
/*
|
||||
* Pointer to initial global data area
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <generated/asm-offsets.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
#define STACK_MARKER_LEN 32
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue