aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-12-03 09:14:44 +0100
committerLubomir Rintel <lkundrak@v3.sk>2020-12-03 09:16:25 +0100
commitf69c245023944d64ad44024ae950b3967742f211 (patch)
treecc85d6c612e5174e7bdd0a72a93e6b6cf0e7219f
parenta0f32200a087780ca492655f5c9b40b572bf78d4 (diff)
downloadu-boot-lr/alpha400.tar.gz
fixup! board: Add Skytone Alpha 400lr/alpha400
Bump CONFIG_SYS_BOOTM_LEN to what most boards use. The default of 8M compressed kernel is often mutch too small. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
-rw-r--r--include/configs/alpha400.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/alpha400.h b/include/configs/alpha400.h
index 673b42f372..8b8af69f11 100644
--- a/include/configs/alpha400.h
+++ b/include/configs/alpha400.h
@@ -33,6 +33,7 @@
"ramdisk_addr_r=0x81200000\0" \
BOOTENV
+#define CONFIG_SYS_BOOTM_LEN SZ_64M
#define CONFIG_SYS_MALLOC_LEN SZ_16M
#define CONFIG_SYS_SDRAM_BASE 0x80000000
#define CONFIG_SYS_INIT_SP_OFFSET 0x00400000