diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2011-08-04 22:05:09 +1000 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-11-02 20:49:17 +1100 |
commit | 3c7db1beace50a95c2f32f80552dc7c7aca5561b (patch) | |
tree | 00b96c95ede04c36fd9e8dbefb984fca42a62d04 /board/eNET/eNET_start16.S | |
parent | 7b3d5380eea55f5b2e21c592b256b7077698f766 (diff) | |
download | u-boot-imx-3c7db1beace50a95c2f32f80552dc7c7aca5561b.zip u-boot-imx-3c7db1beace50a95c2f32f80552dc7c7aca5561b.tar.gz u-boot-imx-3c7db1beace50a95c2f32f80552dc7c7aca5561b.tar.bz2 |
x86: Rename include/asm/ic to include/asm/arch-sc520
Also include some trivial related cleanups
Diffstat (limited to 'board/eNET/eNET_start16.S')
-rw-r--r-- | board/eNET/eNET_start16.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/eNET/eNET_start16.S b/board/eNET/eNET_start16.S index 77e5519..4241f6e 100644 --- a/board/eNET/eNET_start16.S +++ b/board/eNET/eNET_start16.S @@ -27,11 +27,9 @@ * that is used by U-boot to its final destination. */ -/* #include <asm/ic/sc520_defs.h> */ - #include "config.h" #include "hardware.h" -#include <asm/ic/sc520.h> +#include <asm/arch/sc520.h> .text .section .start16, "ax" |