From patchwork Fri Apr 10 18:26:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 237663 List-Id: U-Boot discussion From: jagan at amarulasolutions.com (Jagan Teki) Date: Fri, 10 Apr 2020 23:56:28 +0530 Subject: [PATCH v2 0/3] environment: distro: Add SF distro support Message-ID: <20200410182631.11951-1-jagan@amarulasolutions.com> This patch is based on Tom comments from previous version[1] for adding new distro support separately as in include/environment/distro/sf.h This new sf distro command not touch the existing include/config_distro_bootcmd.h. Used this new SF distro command in rk3399 platform. [1] https://patchwork.ozlabs.org/patch/1232666/ Any inputs? Jagan. Jagan Teki (3): environment: distro: Add SF distro command rk3399: Add boot flash script offset, size rockchip: Enable SF distro bootcmd include/configs/rk3399_common.h | 3 +++ include/configs/rockchip-common.h | 9 ++++++- include/environment/distro/sf.h | 41 +++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 include/environment/distro/sf.h