u-boot-brain/arch/mips/include/asm/u-boot-mips.h
Daniel Schwierzeck 83b0face8c MIPS: remove dead code from asm/u-boot-mips.h
Those wrappers for linker symbols were once used in the MIPS
specific board.c implementation. Since the migration to generic
board.c, those wrappers are dead code and can be removed.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2016-05-31 09:38:11 +02:00

9 lines
123 B
C

/*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _U_BOOT_MIPS_H_
#define _U_BOOT_MIPS_H_
#endif /* _U_BOOT_MIPS_H_ */