blob: f2b95ac8d37d869f024460659ee390b72bec61de [file] [log] [blame]
wdenk1f4bb372003-07-27 00:21:01 +00001/*
2 * Copyright (c) Orbacom Systems, Inc <www.orbacom.com>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms are freely
6 * permitted provided that the above copyright notice and this
7 * paragraph and the following disclaimer are duplicated in all
8 * such forms.
9 *
10 * This software is provided "AS IS" and without any express or
11 * implied warranties, including, without limitation, the implied
12 * warranties of merchantability and fitness for a particular
13 * purpose.
14 */
15
16#include <common.h>
17#include <asm/processor.h>
18#include <image.h>
Wolfgang Denkd2567be2009-03-28 20:16:16 +010019#include <net.h>
wdenk1f4bb372003-07-27 00:21:01 +000020
wdenk1f4bb372003-07-27 00:21:01 +000021#include <lynxkdi.h>
22
Wolfgang Denkd87080b2006-03-31 18:32:53 +020023DECLARE_GLOBAL_DATA_PTR;
24
wdenk1f4bb372003-07-27 00:21:01 +000025#error "Lynx KDI support not implemented for configured CPU"