Skip to content
Snippets Groups Projects
Commit dc55db49 authored by Paul Burton's avatar Paul Burton Committed by Daniel Schwierzeck
Browse files

boston: Bump CONFIG_SYS_BOOTM_LEN to 64MiB


The default value of CONFIG_SYS_BOOTM_LEN is too small for typical
boston Linux kernels. Increase the limit to 64MB, which covers current
kernels with plenty of breathing room.

Signed-off-by: default avatarPaul Burton <paul.burton@imgtec.com>
Signed-off-by: default avatarDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent d2b12a57
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,11 @@
#ifndef __CONFIGS_BOSTON_H__
#define __CONFIGS_BOSTON_H__
/*
* General board configuration
*/
#define CONFIG_SYS_BOOTM_LEN (64 * 1024 * 1024)
/*
* CPU
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment