xref: /openbmc/u-boot/common/lynxkdi.c (revision b25f8e21)
11f4bb37dSwdenk /*
21f4bb37dSwdenk  * Copyright (c) Orbacom Systems, Inc <www.orbacom.com>
31f4bb37dSwdenk  * All rights reserved.
41f4bb37dSwdenk  *
51f4bb37dSwdenk  * Redistribution and use in source and binary forms are freely
61f4bb37dSwdenk  * permitted provided that the above copyright notice and this
71f4bb37dSwdenk  * paragraph and the following disclaimer are duplicated in all
81f4bb37dSwdenk  * such forms.
91f4bb37dSwdenk  *
101f4bb37dSwdenk  * This software is provided "AS IS" and without any express or
111f4bb37dSwdenk  * implied warranties, including, without limitation, the implied
121f4bb37dSwdenk  * warranties of merchantability and fitness for a particular
131f4bb37dSwdenk  * purpose.
141f4bb37dSwdenk  */
151f4bb37dSwdenk 
161f4bb37dSwdenk #include <common.h>
171f4bb37dSwdenk #include <asm/processor.h>
181f4bb37dSwdenk #include <image.h>
19*d2567be9SWolfgang Denk #include <net.h>
201f4bb37dSwdenk 
211f4bb37dSwdenk #include <lynxkdi.h>
221f4bb37dSwdenk 
231f4bb37dSwdenk #error "Lynx KDI support not implemented for configured CPU"
24