]> git.ipfire.org Git - people/ms/u-boot.git/blame - common/lynxkdi.c
powerpc: remove 4xx support
[people/ms/u-boot.git] / common / lynxkdi.c
CommitLineData
1f4bb37d
WD
1/*
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>
d2567be9 19#include <net.h>
1f4bb37d 20
1f4bb37d
WD
21#include <lynxkdi.h>
22
d87080b7
WD
23DECLARE_GLOBAL_DATA_PTR;
24
1f4bb37d 25#error "Lynx KDI support not implemented for configured CPU"