[U-Boot-Users] [PATCH 10/15 v2] ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Thu Mar 13 00:13:17 CET 2008
On 17:15 Tue 11 Mar , Stefan Roese wrote:
> This patch adds support for the AMCC Canyonlands 460EX evaluation
> board.
>
> Signed-off-by: Stefan Roese <sr at denx.de>
> ---
> +
> +LIB = $(obj)lib$(BOARD).a
> +
> +COBJS = $(BOARD).o bootstrap.o
Could you split it one line for one file
> +SOBJS = init.o
> +
> +SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
> +OBJS := $(addprefix $(obj),$(COBJS))
> +SOBJS := $(addprefix $(obj),$(SOBJS))
> + *(.sbss) *(.scommon)
> + *(.dynbss)
> + *(.bss)
> + *(COMMON)
> + }
> +
> + ppcenv_assert = ASSERT(. < 0xFFFF8000, ".bss section too big, overlaps .ppcenv section. Please update your confguration: CFG_MONITOR_BASE, CFG_MONITOR_LEN and TEXT_BASE may need to be modified.");
Is it possible to split the string?
> +
> + _end = . ;
> + PROVIDE (end = .);
> +}
Best Regards,
J.
More information about the U-Boot
mailing list