diff options
author | Stefan Roese <sr@denx.de> | 2007-04-12 14:06:54 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-04-12 14:06:54 +0200 |
commit | e8aac8e7bfc7cfdef5780f8f1d4c85184f59a06f (patch) | |
tree | 1a1ad4bb5f527d162154accd2a3b950956df7aeb /board/AtmarkTechno/suzaku/suzaku.c | |
parent | a65c5768e5537530bd1780af3d3fddc3113a163c (diff) | |
parent | 6c9ba919375db977aaad9146bf320c7afd07ae7a (diff) | |
download | u-boot-imx-e8aac8e7bfc7cfdef5780f8f1d4c85184f59a06f.zip u-boot-imx-e8aac8e7bfc7cfdef5780f8f1d4c85184f59a06f.tar.gz u-boot-imx-e8aac8e7bfc7cfdef5780f8f1d4c85184f59a06f.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'board/AtmarkTechno/suzaku/suzaku.c')
-rw-r--r-- | board/AtmarkTechno/suzaku/suzaku.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/AtmarkTechno/suzaku/suzaku.c b/board/AtmarkTechno/suzaku/suzaku.c index afe124a..267c476 100644 --- a/board/AtmarkTechno/suzaku/suzaku.c +++ b/board/AtmarkTechno/suzaku/suzaku.c @@ -24,7 +24,7 @@ /* This is a board specific file. It's OK to include board specific * header files */ -#include <asm/suzaku.h> +#include <config.h> void do_reset(void) { |