mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 19:47:12 -04:00
soft_i2c: add necessary includes for AVR32
Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
This commit is contained in:
parent
ee7c0fc764
commit
eabd5d8d70
@ -30,6 +30,9 @@
|
|||||||
#include <ioports.h>
|
#include <ioports.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(CONFIG_AVR32)
|
||||||
|
#include <asm/arch/portmux.h>
|
||||||
|
#endif
|
||||||
#if defined(CONFIG_AT91FAMILY)
|
#if defined(CONFIG_AT91FAMILY)
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm/arch/hardware.h>
|
#include <asm/arch/hardware.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user