diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-02-22 13:03:28 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-02-22 13:03:28 +0100 | 
| commit | 6a2dcaf1ee014008f90143cf1045ac80d9d25d1f (patch) | |
| tree | ba6b87b625b0bb2056147799797faf67ed443171 /cpu/mpc86xx/cpu_init.c | |
| parent | 45d65b7f285b17d21270ff002127c246431bd668 (diff) | |
| parent | d5908b093955415f3d340706378b991f911af671 (diff) | |
| download | olio-uboot-2014.01-6a2dcaf1ee014008f90143cf1045ac80d9d25d1f.tar.xz olio-uboot-2014.01-6a2dcaf1ee014008f90143cf1045ac80d9d25d1f.zip  | |
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
Diffstat (limited to 'cpu/mpc86xx/cpu_init.c')
| -rw-r--r-- | cpu/mpc86xx/cpu_init.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc86xx/cpu_init.c b/cpu/mpc86xx/cpu_init.c index ab5906dbc..0efd855a3 100644 --- a/cpu/mpc86xx/cpu_init.c +++ b/cpu/mpc86xx/cpu_init.c @@ -28,6 +28,7 @@  #include <common.h>  #include <mpc86xx.h> +#include <asm/fsl_law.h>  DECLARE_GLOBAL_DATA_PTR;  |