Enable bootstd for Sheevaplug board.
Remove JFFS2 support. See JFFS2 Vulnerability[1].
Enable LTO to keep board size within limit.
Move default envs to text-base environment
[1] https://lore.kernel.org/u-boot/20241114233005.GN3600562@bill-the-cat/T/#m2fc25da1d2c019bc3cd8676991fdd64b8a21aa9b
Signed-off-by: Tony Dinh <mibodhi@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
(cherry picked from commit 96ca314798)
16 lines
380 B
C
16 lines
380 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* (C) Copyright 2022 Tony Dinh <mibodhi@gmail.com>
|
|
* (C) Copyright 2009-2014
|
|
* Gerald Kerma <dreagle@doukki.net>
|
|
* Marvell Semiconductor <www.marvell.com>
|
|
* Written-by: Prafulla Wadaskar <prafulla@marvell.com>
|
|
*/
|
|
|
|
#ifndef _CONFIG_SHEEVAPLUG_H
|
|
#define _CONFIG_SHEEVAPLUG_H
|
|
|
|
#include "mv-common.h"
|
|
|
|
#endif /* _CONFIG_SHEEVAPLUG_H */
|