diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-12 10:14:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-12 10:14:24 -0500 |
commit | 515bf78ff975d474f895bf86b4e16eade51c8dbd (patch) | |
tree | 49114762efa8154f2a2f75d8718cf650e7f0fc09 /common/lynxkdi.c | |
parent | 1e72ad6b387c599f477f83cda67ab525c089a9b0 (diff) | |
parent | 6f84e809d9a373961d34f5b408bf44702b8c978c (diff) |
Merge branch '2021-11-12-assorted-updates'
- A number of pxe related cleanups and related re-organization.
- A few related pxe/sysboot/extlinux improvements
- Remove some dead code.
- Update Azure to use a newer Windows build environment
- Add a .get_maintainer.conf file
- A few minor TI SoC platform updates
Diffstat (limited to 'common/lynxkdi.c')
-rw-r--r-- | common/lynxkdi.c | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/common/lynxkdi.c b/common/lynxkdi.c deleted file mode 100644 index 1c8e122c329..00000000000 --- a/common/lynxkdi.c +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (c) Orbacom Systems, Inc <www.orbacom.com> - * All rights reserved. - * - * Redistribution and use in source and binary forms are freely - * permitted provided that the above copyright notice and this - * paragraph and the following disclaimer are duplicated in all - * such forms. - * - * This software is provided "AS IS" and without any express or - * implied warranties, including, without limitation, the implied - * warranties of merchantability and fitness for a particular - * purpose. - */ - -#include <common.h> -#include <asm/processor.h> -#include <image.h> -#include <net.h> - -#include <lynxkdi.h> - -#error "Lynx KDI support not implemented for configured CPU" |