diff options
| author | Tom Rini <[email protected]> | 2017-10-01 13:05:53 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-10-01 13:05:53 -0400 |
| commit | 16d4ff76c524fa8b0adb5328a9977b6939cd5416 (patch) | |
| tree | 8b07bc434bb14904afce38003fe7e29ca278c95d /tools | |
| parent | 958046fc78f95a3d28b06980a7eb3ed80123c533 (diff) | |
| parent | e19fa89c9d344201da25a7b67fdd9d6896af6847 (diff) | |
Merge git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/rkcommon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/rkcommon.c b/tools/rkcommon.c index 04e8272fd5b..1a24e165894 100644 --- a/tools/rkcommon.c +++ b/tools/rkcommon.c @@ -73,6 +73,7 @@ struct spl_info { static struct spl_info spl_infos[] = { { "rk3036", "RK30", 0x1000, false, false }, + { "rk3128", "RK31", 0x1800, false, false }, { "rk3188", "RK31", 0x8000 - 0x800, true, false }, { "rk322x", "RK32", 0x8000 - 0x1000, false, false }, { "rk3288", "RK32", 0x8000, false, false }, |
