mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
common: freescale: Move arch-specific declarations
The declarations should not be in common.h. Move them to the arch-specific headers. Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Fixup thinko defined(FSL_LSCH3) -> defined(CONFIG_FSL_LSCH3)] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
850431590c
commit
6e2941d787
23 changed files with 135 additions and 95 deletions
|
@ -13,6 +13,9 @@
|
|||
#include <fsl_ddr.h>
|
||||
#include <fsl_immap.h>
|
||||
#include <asm/io.h>
|
||||
#if defined(CONFIG_FSL_LSCH2) || defined(CONFIG_FSL_LSCH3)
|
||||
#include <asm/arch/clock.h>
|
||||
#endif
|
||||
|
||||
/* To avoid 64-bit full-divides, we factor this here */
|
||||
#define ULL_2E12 2000000000000ULL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue