[U-Boot] [PATCH 1/2] rockchip: use rockchip linux partitions layout

Simon Glass sjg at chromium.org
Mon Oct 3 23:49:40 CEST 2016


Hi Jacob,

On 28 September 2016 at 02:46, Jacob Chen <jacob2.chen at rock-chips.com> wrote:
>
> Unify the partitions of each chip then it will be more easy for us to write scripts, tools or guides
>  for rockchip chips.
>
> Those extra partitions mostly are used to be compatible with our internal loaders (such as miniloader
>  which was same as spl,  or android loader then we can support dual boot)
>
> Signed-off-by: Jacob Chen <jacob2.chen at rock-chips.com>
> ---
>
>  include/configs/rk3036_common.h | 7 ++++++-
>  include/configs/rk3288_common.h | 7 ++++++-
>  include/configs/rk3399_common.h | 7 ++++++-
>  3 files changed, 18 insertions(+), 3 deletions(-)

Can you put this in a rockchip_common.h and #include it from here? See
the tegra include files for examples of how it is done there.

Regards,
Simon


More information about the U-Boot mailing list