-
- Downloads
sh: Fix build errors for generic board
This includes the following fixes:
- Define needed __init_end symbol - see initr_reloc_global_data()
- Drop SH-specific struct bd_info
- Add an empty relocate_code() function
This prevents build errors with generic board, but the code will still need
work. Perhaps this is a better alternative than deleting the code.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/sh/cpu/sh2/cpu.c 6 additions, 0 deletionsarch/sh/cpu/sh2/cpu.c
- arch/sh/cpu/sh2/start.S 4 additions, 3 deletionsarch/sh/cpu/sh2/start.S
- arch/sh/cpu/sh3/cpu.c 6 additions, 0 deletionsarch/sh/cpu/sh3/cpu.c
- arch/sh/cpu/sh3/start.S 4 additions, 3 deletionsarch/sh/cpu/sh3/start.S
- arch/sh/cpu/sh4/cpu.c 6 additions, 0 deletionsarch/sh/cpu/sh4/cpu.c
- arch/sh/cpu/sh4/start.S 4 additions, 3 deletionsarch/sh/cpu/sh4/start.S
- arch/sh/cpu/u-boot.lds 1 addition, 0 deletionsarch/sh/cpu/u-boot.lds
- arch/sh/include/asm/u-boot.h 2 additions, 10 deletionsarch/sh/include/asm/u-boot.h
- board/renesas/sh7752evb/u-boot.lds 1 addition, 0 deletionsboard/renesas/sh7752evb/u-boot.lds
- board/renesas/sh7753evb/u-boot.lds 1 addition, 0 deletionsboard/renesas/sh7753evb/u-boot.lds
- board/renesas/sh7757lcr/u-boot.lds 1 addition, 0 deletionsboard/renesas/sh7757lcr/u-boot.lds
Loading
Please register or sign in to comment