diff options
| author | Thomas Huth <[email protected]> | 2021-10-26 14:31:18 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-11-11 19:02:44 -0500 |
| commit | 7e713067eef3f713b989416df0dfd061b087ac0f (patch) | |
| tree | 0c582a5e56baef531941f2c45943cbf90deba2c4 /boot/image.c | |
| parent | d50244e9d8583378770392fb429a0283b2b47885 (diff) | |
Remove LYNX KDI remainders
The last board that used to set CONFIG_LYNXKDI has been removed in
commit 242836a893ae ("powerpc: ppc4xx: remove pcs440ep support"),
doc/README.lynxkdi only talks about a MPC8260 board being supported,
and the mpc8260 support has been removed four years ago in commit
2eb48ff7a210d ("powerpc, 8260: remove support for mpc8260") already,
and common/lynxkdi.c only consists of an "#error" statement these
days, so it seems like the LYNX KDI code is dead code nowadays.
Let's remove it now.
Signed-off-by: Thomas Huth <[email protected]>
Diffstat (limited to 'boot/image.c')
| -rw-r--r-- | boot/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/image.c b/boot/image.c index 3fa60b58279..992e72991da 100644 --- a/boot/image.c +++ b/boot/image.c @@ -106,7 +106,7 @@ static const table_entry_t uimage_os[] = { { IH_OS_INVALID, "invalid", "Invalid OS", }, { IH_OS_ARM_TRUSTED_FIRMWARE, "arm-trusted-firmware", "ARM Trusted Firmware" }, { IH_OS_LINUX, "linux", "Linux", }, -#if defined(CONFIG_LYNXKDI) || defined(USE_HOSTCC) +#if defined(USE_HOSTCC) { IH_OS_LYNXOS, "lynxos", "LynxOS", }, #endif { IH_OS_NETBSD, "netbsd", "NetBSD", }, |
