diff options
author | Mathias Kresin <dev@kresin.me> | 2016-05-21 12:13:36 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-23 11:03:24 +0200 |
commit | b3795d0c93d309de9be670e3d2c86b3df479ad2c (patch) | |
tree | da9d2e74e7d5c66eec0539dc3f999713bbf04da3 /package/boot/uboot-lantiq/Makefile | |
parent | 74b1687be31f3682c411e7f0ea6c7de6cff57cb3 (diff) | |
download | upstream-b3795d0c93d309de9be670e3d2c86b3df479ad2c.tar.gz upstream-b3795d0c93d309de9be670e3d2c86b3df479ad2c.tar.bz2 upstream-b3795d0c93d309de9be670e3d2c86b3df479ad2c.zip |
uboot-lantiq: reorder and rework patches
use:
- 00nn for u-boot patches
- 01nn for new boards
While doing the rework, the board definitions for the easy50712 and
easy80920 were moved to distinct board definitions patches.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package/boot/uboot-lantiq/Makefile')
-rw-r--r-- | package/boot/uboot-lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile index 99b101f5f3..11a10f0ed7 100644 --- a/package/boot/uboot-lantiq/Makefile +++ b/package/boot/uboot-lantiq/Makefile @@ -302,7 +302,7 @@ UBOOTS:= \ arv7518pw_ram arv7518pw_nor arv7518pw_brn \ arv752dpw_ram arv752dpw_nor arv752dpw_brn \ arv752dpw22_ram arv752dpw22_nor arv752dpw22_brn \ - arv8539pw22_brn arv8539pw22_nor arv8539pw22_ram \ + arv8539pw22_brn arv8539pw22_nor arv8539pw22_ram \ gigasx76x_ram gigasx76x_nor \ acmp252_ram acmp252_nor \ easy50712_ram easy50712_nor easy50712_norspl \ |