Skip to content

Commit

Permalink
board: sama5d3_xplained: Fix uboot size when loaded from NAND by SPL
Browse files Browse the repository at this point in the history
Signed-off-by: Fabien Lehoussel <[email protected]>
  • Loading branch information
FabienLehoussel committed Feb 24, 2020
1 parent a1986a8 commit 6adc354
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/configs/sama5d3_xplained.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#ifndef __CONFIG_H
#define __CONFIG_H

#include <linux/sizes.h>
#include "at91-sama5_common.h"

/*
Expand Down Expand Up @@ -65,7 +66,8 @@
#define CONFIG_SYS_SPL_MALLOC_START 0x20080000
#define CONFIG_SYS_SPL_MALLOC_SIZE 0x80000

#define CONFIG_SYS_MONITOR_LEN (512 << 10)
/* size of u-boot.bin to load */
#define CONFIG_SYS_MONITOR_LEN (2 * SZ_512K)

#ifdef CONFIG_SD_BOOT
#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
Expand Down

0 comments on commit 6adc354

Please sign in to comment.