From e4f4e097460c2789b07a68e5e24285709e85f308 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sun, 19 Apr 2015 11:38:59 +0200 Subject: WIP: changes to make it build - sigh --- board/lge/sniper/logo.S | 4 ++-- board/lge/sniper/sniper.c | 3 ++- configs/sniper_defconfig | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/board/lge/sniper/logo.S b/board/lge/sniper/logo.S index aff071d7c71..f94e473c40c 100755 --- a/board/lge/sniper/logo.S +++ b/board/lge/sniper/logo.S @@ -3,6 +3,6 @@ .globl lg_boot_logo .globl peace lg_boot_logo: - .incbin "/home/paulk/projets/replicant/p970/u-boot/board/lge/sniper/logo_480x800.rle" + .incbin "/home/paulk/projets/embedded-freedom/sniper/u-boot/board/lge/sniper/logo_480x800.rle" peace: - .incbin "/home/paulk/projets/replicant/p970/u-boot/board/lge/sniper/peace.rle" + .incbin "/home/paulk/projets/embedded-freedom/sniper/u-boot/board/lge/sniper/peace.rle" diff --git a/board/lge/sniper/sniper.c b/board/lge/sniper/sniper.c index 147e1a47410..05ac69129f5 100644 --- a/board/lge/sniper/sniper.c +++ b/board/lge/sniper/sniper.c @@ -67,6 +67,7 @@ int board_init(void) } #if defined(CONFIG_SPL_BUILD) +#if 0 void board_init_f(ulong dummy) { unsigned char value; @@ -101,7 +102,7 @@ void board_init_f(ulong dummy) board_init_r(NULL, 0); } - +#endif /* * Routine: get_board_mem_timings * Description: If we use SPL then there is no x-loader nor config header diff --git a/configs/sniper_defconfig b/configs/sniper_defconfig index d5e1d4a7a8a..764b17e092d 100644 --- a/configs/sniper_defconfig +++ b/configs/sniper_defconfig @@ -1,7 +1,7 @@ CONFIG_SPL=y -+S:CONFIG_ARM=y -+S:CONFIG_OMAP34XX=y -+S:CONFIG_TARGET_SNIPER=y +CONFIG_ARM=y +CONFIG_OMAP34XX=y +CONFIG_TARGET_SNIPER=y CONFIG_DM=n CONFIG_DM_SERIAL=n CONFIG_DM_GPIO=n -- cgit v1.2.3