From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- roms/u-boot/common/lynxkdi.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 roms/u-boot/common/lynxkdi.c (limited to 'roms/u-boot/common/lynxkdi.c') diff --git a/roms/u-boot/common/lynxkdi.c b/roms/u-boot/common/lynxkdi.c new file mode 100644 index 000000000..1c8e122c3 --- /dev/null +++ b/roms/u-boot/common/lynxkdi.c @@ -0,0 +1,23 @@ +/* + * Copyright (c) Orbacom Systems, Inc + * 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 +#include +#include +#include + +#include + +#error "Lynx KDI support not implemented for configured CPU" -- cgit 1.2.3-korg