summaryrefslogtreecommitdiff
path: root/lib_arm/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib_arm/board.c')
-rw-r--r--lib_arm/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c
index 7e97f13476d..07def66b1ea 100644
--- a/lib_arm/board.c
+++ b/lib_arm/board.c
@@ -307,6 +307,9 @@ void start_armboot (void)
# ifndef PAGE_SIZE
# define PAGE_SIZE 4096
# endif
+
+#if !defined (CONFIG_AT91SAM9261EK) && !defined (CONFIG_AT91SAM9263EK) && \
+ !defined (CONFIG_AT91SAM9RLEK)
/*
* reserve memory for LCD display (always full pages)
*/
@@ -314,6 +317,7 @@ void start_armboot (void)
addr = (_bss_end + (PAGE_SIZE - 1)) & ~(PAGE_SIZE - 1);
size = lcd_setmem (addr);
gd->fb_base = addr;
+#endif
#endif /* CONFIG_LCD */
/* armboot_start is defined in the board-specific linker script */