Home
last modified time | relevance | path

Searched hist:"61 a4392a363875d393b520faa3031c46e96887fe" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/
H A Dstart.S61a4392a363875d393b520faa3031c46e96887fe Fri Dec 11 03:22:25 UTC 2015 Masahiro Yamada <yamada.masahiro@socionext.com> m68k: M54418TWR: drop board/freescale/m54418twr/config.mk

The board/freescale/m54418twr/config.mk defined TEXT_BASE, which has
the same value as CONFIG_SYS_TEXT_BASE. The TEXT_BASE is referenced
by two files:
- arch/m68k/cpu/mcf5445x/start.S and include/
- include/configs/M54418TWR.h

Replace the references with CONFIG_SYS_TEXT_BASE and delete
board/freescale/m54418twr/config.mk.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Angelo Dureghello <angelo at sysam.it>
/rk3399_rockchip-uboot/include/configs/
H A DM54418TWR.h61a4392a363875d393b520faa3031c46e96887fe Fri Dec 11 03:22:25 UTC 2015 Masahiro Yamada <yamada.masahiro@socionext.com> m68k: M54418TWR: drop board/freescale/m54418twr/config.mk

The board/freescale/m54418twr/config.mk defined TEXT_BASE, which has
the same value as CONFIG_SYS_TEXT_BASE. The TEXT_BASE is referenced
by two files:
- arch/m68k/cpu/mcf5445x/start.S and include/
- include/configs/M54418TWR.h

Replace the references with CONFIG_SYS_TEXT_BASE and delete
board/freescale/m54418twr/config.mk.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Angelo Dureghello <angelo at sysam.it>