diff options
Diffstat (limited to 'lib_arm/board.c')
| -rw-r--r-- | lib_arm/board.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/lib_arm/board.c b/lib_arm/board.c index 9cffb4ec2..6f8c7fec6 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c @@ -250,6 +250,9 @@ void start_armboot (void)  #endif /* CONFIG_VFD */  #ifdef CONFIG_LCD +#	ifndef PAGE_SIZE +#	  define PAGE_SIZE 4096 +#	endif  	/*  	 * reserve memory for LCD display (always full pages)  	 */ |