[U-Boot] [PATCH] example: api: ARM example needs memset

2016-12-31 Thread Emmanuel Vadot
Add memset.S to the needed object for the API example and do not hardcode powerpc as the arch for library assembly files. Signed-off-by: Emmanuel Vadot --- examples/api/Makefile | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/api/Makefile

[U-Boot] [PATCH] OMAP3: omap3_logic: Remove display parameter

2016-12-31 Thread Adam Ford
The display is done in the device tree now, and there is no need to pass 'display' kernel parameter any longer. Signed-off-by: Adam Ford diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index d66b507..b38811e 100644 ---

[U-Boot] [PATCH] ARM: OMAP3_LOGIC: Remove ONENAND config options

2016-12-31 Thread Adam Ford
These boards do not and never have had ONENAND support, so let's remove it. Signed-off-by: Adam Ford --- include/configs/omap3_logic.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index abce61a..d66b507

[U-Boot] any remaining value to "board_flash_wp_on()" routine?

2016-12-31 Thread Robert P. J. Day
the adventure digging through flash code continues ... i just ran across this: $ grep -rw board_flash_wp_on * board/xes/common/fsl_8xxx_misc.c:int board_flash_wp_on(void) common/board_r.c:__weak int board_flash_wp_on(void) common/board_r.c: if (board_flash_wp_on()) $ i can see