mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
Revert "rockchip: Add max spl size & spl header configs"
This reverts commit 10b4615f9d7e177ec7fe644fbb2616e0e0956f6e Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -49,7 +49,7 @@ int rkcommon_set_header(void *buf, uint file_size)
|
||||
{
|
||||
struct header0_info *hdr;
|
||||
|
||||
if (file_size > CONFIG_ROCKCHIP_MAX_SPL_SIZE)
|
||||
if (file_size > RK_MAX_CODE1_SIZE)
|
||||
return -ENOSPC;
|
||||
|
||||
memset(buf, '\0', RK_INIT_OFFSET * RK_BLK_SIZE);
|
||||
|
Reference in New Issue
Block a user